aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb22
1 files changed, 0 insertions, 22 deletions
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
deleted file mode 100644
index 96ca87ed..00000000
--- a/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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} += " \
- "