summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-memcache.inc
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-22 10:28:17 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-27 22:44:47 -0400
commit6efe4ead1bf61e8597cf13385a66ddd408ec1744 (patch)
treebe8c1c93ea9496e4ccaa31c89e782c08dd6776d3 /meta-openstack/recipes-devtools/python/python-memcache.inc
parent11dbbfaa68859e953c6e588e24d8407062347081 (diff)
downloadmeta-cloud-services-6efe4ead1bf61e8597cf13385a66ddd408ec1744.tar.gz
python3-memcache: upgrade 1.2.9 -> 3.4.0
Consolidate inc and bb files into a single bb file. -License-Update: Update PKG-INFO. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-memcache.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-memcache.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcache.inc b/meta-openstack/recipes-devtools/python/python-memcache.inc
deleted file mode 100644
index 61fe67d..0000000
--- a/meta-openstack/recipes-devtools/python/python-memcache.inc
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "A comprehensive, fast, pure Python memcached client"
2HOMEPAGE = "https://github.com/Pinterest/pymemcache"
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 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 ${PYTHON_PN}-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "