diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:22 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 27dca14941e32ec7897a6a9bfa28908f849a0651 (patch) | |
| tree | 2d7f0c6ab6d73153d4667275624fd71e2615d4bb /meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |
| parent | d0b24c0e256ef93079c47384d0c4a297b73df57e (diff) | |
| download | meta-cloud-services-27dca14941e32ec7897a6a9bfa28908f849a0651.tar.gz | |
python-oslo.cache: initial version
This package provides an oslo.config enabled dogpile.cache.
This package is required by heat.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb new file mode 100644 index 0000000..1886e78 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | DESCRIPTION = "An oslo.config enabled dogpile.cache" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/oslo.cache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PV = "0.7.0+git${SRCPV}" | ||
| 8 | SRCREV = "24f10af201da9264ba3db6eb2e8fcf583008d6b6" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.cache" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-babel \ | ||
| 27 | python-dogpile.cache \ | ||
| 28 | python-six \ | ||
| 29 | python-oslo.config \ | ||
| 30 | python-oslo.i18n \ | ||
| 31 | python-oslo.log \ | ||
| 32 | python-oslo.utils \ | ||
| 33 | python-memcached \ | ||
| 34 | python-pymongo \ | ||
| 35 | " | ||
