summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb
index d8ef0af..49d4186 100644
--- a/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-cliff_1.13.0.bb
@@ -15,8 +15,13 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
16inherit setuptools 16inherit setuptools
17 17
18DEPENDS += "\
19 python-pbr \
20 "
21
18RDEPENDS_${PN} += "python-prettytable \ 22RDEPENDS_${PN} += "python-prettytable \
19 python-cmd2 \ 23 python-cmd2 \
24 python-pbr \
20 python-pyparsing" 25 python-pyparsing"
21 26
22CLEANBROKEN = "1" 27CLEANBROKEN = "1"