From df9c12fe33a6eb9b3f05b344635a093b7bc1d9df Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 4 Dec 2019 12:05:56 +0800 Subject: python-memcache: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-memcache_1.2.9.bb | 24 ++-------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb') diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb index 96ca87e..2027c2a 100644 --- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb @@ -1,22 +1,2 @@ -DESCRIPTION = "A comprehensive, fast, pure Python memcached client" -HOMEPAGE = "https://github.com/Pinterest/pymemcache" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8538d10fb74087ea2dc61033b6ebf9f" - -PYPI_PACKAGE = "pymemcache" - -SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592" -SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121" - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " +require python-memcache.inc +inherit setuptools -- cgit v1.2.3-54-g00ecf