summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.log_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.log_git.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
index bfcbe31..d4f7fe0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PR = "r0"
8
9SRCNAME = "oslo.log" 7SRCNAME = "oslo.log"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 9
12PV = "0.3.0" 10PV = "1.13.0+git${SRCPV}"
13SRCREV = "5139941a0c8d63ae33421a2082e35fae0f800b67" 11SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5"
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
16inherit setuptools 14inherit setuptools
@@ -25,10 +23,14 @@ DEPENDS += " \
25RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
26 bash \ 24 bash \
27 python-pbr \ 25 python-pbr \
26 python-six \
27 python-babel \
28 python-iso8601 \ 28 python-iso8601 \
29 python-oslo.config \ 29 python-oslo.config \
30 python-oslo.context \ 30 python-oslo.context \
31 python-oslo.i18n \ 31 python-oslo.i18n \
32 python-oslo.utils \ 32 python-oslo.utils \
33 python-oslo.serialization\ 33 python-oslo.serialization \
34 python-pyinotify \
35 python-debtcollector \
34 " 36 "