summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osc-lib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osc-lib.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osc-lib.inc27
1 files changed, 17 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
index 58e994c..0589137 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
@@ -7,17 +7,24 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77" 7SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77"
8SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77" 8SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77"
9 9
10inherit pypi
11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 ${PYTHON_PN}-pbr-native \
15 "
16
10RDEPENDS_${PN} += " \ 17RDEPENDS_${PN} += " \
11 python-pbr \ 18 ${PYTHON_PN}-pbr \
12 python-six \ 19 ${PYTHON_PN}-six \
13 python-babel \ 20 ${PYTHON_PN}-babel \
14 python-cliff \ 21 ${PYTHON_PN}-cliff \
15 python-keystoneauth1 \ 22 ${PYTHON_PN}-keystoneauth1 \
16 python-os-client-config \ 23 ${PYTHON_PN}-os-client-config \
17 python-oslo.i18n \ 24 ${PYTHON_PN}-oslo.i18n \
18 python-oslo.utils \ 25 ${PYTHON_PN}-oslo.utils \
19 python-simplejson \ 26 ${PYTHON_PN}-simplejson \
20 python-stevedore \ 27 ${PYTHON_PN}-stevedore \
21 " 28 "
22 29
23CLEANBROKEN = "1" 30CLEANBROKEN = "1"