From c3d92d994256814963e7a16ec214f202670640fc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Jan 2020 17:41:08 +0000 Subject: docker: drop python2 variants Signed-off-by: Bruce Ashfield --- .../python/python-docker-pycreds_0.4.0.bb | 3 --- .../python/python-docker-registry-core_2.0.3.bb | 29 ---------------------- recipes-devtools/python/python-docker_4.1.0.bb | 6 ----- 3 files changed, 38 deletions(-) delete mode 100644 recipes-devtools/python/python-docker-pycreds_0.4.0.bb delete mode 100644 recipes-devtools/python/python-docker-registry-core_2.0.3.bb delete mode 100644 recipes-devtools/python/python-docker_4.1.0.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-docker-pycreds_0.4.0.bb b/recipes-devtools/python/python-docker-pycreds_0.4.0.bb deleted file mode 100644 index 6dc45219..00000000 --- a/recipes-devtools/python/python-docker-pycreds_0.4.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit pypi setuptools -require python-docker-pycreds.inc - diff --git a/recipes-devtools/python/python-docker-registry-core_2.0.3.bb b/recipes-devtools/python/python-docker-registry-core_2.0.3.bb deleted file mode 100644 index 7aa6825e..00000000 --- a/recipes-devtools/python/python-docker-registry-core_2.0.3.bb +++ /dev/null @@ -1,29 +0,0 @@ -HOMEPAGE = "https://pypi.python.org/pypi/docker-registry-core" -SUMMARY = "Docker registry core package" -DESCRIPTION = "core package for docker-registry (drivers) developers" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRCNAME = "docker-registry-core" - -SRC_URI = "https://pypi.python.org/packages/source/d/docker-registry-core/${SRCNAME}-${PV}.tar.gz" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -SRC_URI[md5sum] = "610ef9395f2e9a2f91c68d13325fce7b" -SRC_URI[sha256sum] = "347e804f1f35b28dbe27bf8d7a0b630fca29d684032139bf26e3940572360360" - -inherit setuptools - -DEPENDS += "\ - python-distribute \ - python-boto (= 2.34.0) \ - python-redis (= 2.10.3) \ - python-simplejson (= 3.6.2) \ - " - -# boto 2.34.0 -# redis 2.10.3 -# simplejson 3.6.2 -# setuptools 5.8 diff --git a/recipes-devtools/python/python-docker_4.1.0.bb b/recipes-devtools/python/python-docker_4.1.0.bb deleted file mode 100644 index a9642543..00000000 --- a/recipes-devtools/python/python-docker_4.1.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-docker.inc - -RDEPENDS_${PN} += " \ - python-backports-ssl \ - " -- cgit v1.2.3-54-g00ecf