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 --- .../recipes-devtools/python/python-memcache.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-memcache.inc (limited to 'meta-openstack/recipes-devtools/python/python-memcache.inc') diff --git a/meta-openstack/recipes-devtools/python/python-memcache.inc b/meta-openstack/recipes-devtools/python/python-memcache.inc new file mode 100644 index 0000000..61fe67d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-memcache.inc @@ -0,0 +1,22 @@ +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 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf