summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-04 12:05:56 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-06 14:10:46 -0500
commitdf9c12fe33a6eb9b3f05b344635a093b7bc1d9df (patch)
treea5a64fc5996ce8a8504a988ff0f7d7cb59ab8c9c /meta-openstack/recipes-devtools/python/python-memcache_1.2.9.bb
parent8a876b7fa413bd374b8c7652ae72fa2fe75377b2 (diff)
downloadmeta-cloud-services-df9c12fe33a6eb9b3f05b344635a093b7bc1d9df.tar.gz
python-memcache: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb24
1 files changed, 2 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
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 @@
1DESCRIPTION = "A comprehensive, fast, pure Python memcached client" 1require python-memcache.inc
2HOMEPAGE = "https://github.com/Pinterest/pymemcache" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e8538d10fb74087ea2dc61033b6ebf9f"
6
7PYPI_PACKAGE = "pymemcache"
8
9SRC_URI[md5sum] = "215510250997423a2a57da061b1bd592"
10SRC_URI[sha256sum] = "05fd71f0337384024cc3d1340d35fd0d46307cf711eac9365b0eb166812bb121"
11
12inherit setuptools pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "