docker: drop python2 variants

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2020-01-21 17:41:08 +00:00
parent 91b8d9d9e4
commit c3d92d9942
3 changed files with 0 additions and 38 deletions

View File

@ -1,3 +0,0 @@
inherit pypi setuptools
require python-docker-pycreds.inc

View File

@ -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

View File

@ -1,6 +0,0 @@
inherit pypi setuptools
require python-docker.inc
RDEPENDS_${PN} += " \
python-backports-ssl \
"