meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-docker_3.3.0.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-docker_3.3.0.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-docker_3.3.0.bb
deleted file mode 100644 (file)
index 75bff13..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-DESCRIPTION = "A Python library for the Docker Engine API"
-HOMEPAGE = "https://pypi.org/project/docker/3.3.0"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
-
-SRC_URI[md5sum] = "660c3c0c3776cb88f34fc549d7c89ed2"
-SRC_URI[sha256sum] = "dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a"
-
-inherit setuptools pypi
-
-RDEPENDS_${PN}_append = " \
-       python-docker-pycreds \
-       python-backports-ssl \
-       "