diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb new file mode 100644 index 0000000..604abca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 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 = "2.6.1+git${SRCPV}" | ||
| 8 | SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.cache" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python3-pip \ | ||
| 21 | python3-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python3-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | # RDEPENDS_default: | ||
| 30 | RDEPENDS_${PN} += " \ | ||
| 31 | python3-dogpile.cache \ | ||
| 32 | python3-six \ | ||
| 33 | python3-oslo.config \ | ||
| 34 | python3-oslo.i18n \ | ||
| 35 | python3-oslo.log \ | ||
| 36 | python3-oslo.utils \ | ||
| 37 | " | ||
