diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb new file mode 100644 index 0000000..308b39e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | DESCRIPTION = "Oslo Log Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.log" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "3.30.3+git${SRCPV}" | ||
| 11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python3-pip \ | ||
| 18 | python3-babel \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # RDEPENDS_default: | ||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | bash \ | ||
| 30 | python3-pbr \ | ||
| 31 | python3-six \ | ||
| 32 | python3-oslo.config \ | ||
| 33 | python3-oslo.context \ | ||
| 34 | python3-oslo.i18n \ | ||
| 35 | python3-oslo.utils \ | ||
| 36 | python3-oslo.serialization \ | ||
| 37 | python3-pyinotify \ | ||
| 38 | python3-debtcollector \ | ||
| 39 | python3-dateutil \ | ||
| 40 | python3-monotonic \ | ||
| 41 | " | ||
