summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb
diff options
context:
space:
mode:
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.bb41
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 @@
1DESCRIPTION = "Oslo Log Library"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCNAME = "oslo.log"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "3.30.3+git${SRCPV}"
11SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4"
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16DEPENDS += " \
17 python3-pip \
18 python3-babel \
19 python3-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python3-pbr-native \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${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 "