diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-22 10:28:10 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-27 22:44:47 -0400 |
| commit | fca3537b731b75d969cd32cf9bbecdfaec920958 (patch) | |
| tree | bc35f1f7342ab4325dcdc7810a752215f73661bd /meta-openstack/recipes-devtools/python/python-memcached.inc | |
| parent | 6efe4ead1bf61e8597cf13385a66ddd408ec1744 (diff) | |
| download | meta-cloud-services-fca3537b731b75d969cd32cf9bbecdfaec920958.tar.gz | |
python3-memcached: upgrade 1.57 -> 1.59
Consolidate inc and bb files into a single bb file.
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-memcached.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-memcached.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcached.inc b/meta-openstack/recipes-devtools/python/python-memcached.inc deleted file mode 100644 index 5acf43c..0000000 --- a/meta-openstack/recipes-devtools/python/python-memcached.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "Pure python memcached client" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | This software is a 100% Python interface to the memcached memory cache daemon. \ | ||
| 4 | It is the client side software which allows storing values in one or more, possibly remote, \ | ||
| 5 | memcached servers. Search google for memcached for more information." | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/python-memcached/" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "PSF" | ||
| 9 | LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" | ||
| 10 | |||
| 11 | PV = "1.57+git${SRCPV}" | ||
| 12 | SRCREV = "664bd3e23fe500fbde4c70636e2d24c8fd2f35af" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | ${PYTHON_PN}-six \ | ||
| 20 | " | ||
| 21 | |||
