summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
index 64e1a17..e3328d7 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
@@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "7dee72f13e5478f8d3d836267fa019b99ed4d5e478fc08bbcc9e23029d
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
12RDEPENDS_${PN} += " \ 17RDEPENDS_${PN} += " \
13 python-pbr \ 18 python-pbr \
14 python-six \ 19 python-six \