diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb new file mode 100644 index 0000000..8d189f8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-memcache_3.4.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "A comprehensive, fast, pure Python memcached client" | ||
| 2 | HOMEPAGE = "https://github.com/Pinterest/pymemcache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=efde6ee9f51b69abbdca7d447b0d1488" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "pymemcache" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f0da0618d828f67ff3e0742c9ace3cd7" | ||
| 10 | SRC_URI[sha256sum] = "47882ab1c7e5e1dea67df8aa9faf410ce82e606fd5f29501273a60ff61d7cc99" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | ${PYTHON_PN}-six-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # RDEPENDS_default: | ||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | ${PYTHON_PN}-io \ | ||
| 24 | ${PYTHON_PN}-six \ | ||
| 25 | ${PYTHON_PN}-logging \ | ||
| 26 | " | ||
