diff options
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.bb | 5 |
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 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
| 17 | 17 | ||
| 18 | DEPENDS += "\ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 18 | RDEPENDS_${PN} += "python-prettytable \ | 22 | RDEPENDS_${PN} += "python-prettytable \ |
| 19 | python-cmd2 \ | 23 | python-cmd2 \ |
| 24 | python-pbr \ | ||
| 20 | python-pyparsing" | 25 | python-pyparsing" |
| 21 | 26 | ||
| 22 | CLEANBROKEN = "1" | 27 | CLEANBROKEN = "1" |
