From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../python/python-docker-registry-core_2.0.3.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 external/meta-virtualization/recipes-devtools/python/python-docker-registry-core_2.0.3.bb (limited to 'external/meta-virtualization/recipes-devtools/python/python-docker-registry-core_2.0.3.bb') diff --git a/external/meta-virtualization/recipes-devtools/python/python-docker-registry-core_2.0.3.bb b/external/meta-virtualization/recipes-devtools/python/python-docker-registry-core_2.0.3.bb deleted file mode 100644 index 7aa6825e..00000000 --- a/external/meta-virtualization/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 -- cgit 1.2.3-korg