summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb
index 7a6bb83..e107a28 100644
--- a/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb
@@ -16,8 +16,14 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18 18
19DEPENDS += " \
20 python-pbr \
21 "
22
19RDEPENDS_${PN} += "python-prettytable \ 23RDEPENDS_${PN} += "python-prettytable \
20 python-cmd2 \ 24 python-cmd2 \
21 python-pyparsing" 25 python-pyparsing \
26 python-pbr \
27 "
22 28
23CLEANBROKEN = "1" 29CLEANBROKEN = "1"