diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cliff_1.10.0.bb | 8 |
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 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | DEPENDS += " \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | 23 | RDEPENDS_${PN} += "python-prettytable \ |
| 20 | python-cmd2 \ | 24 | python-cmd2 \ |
| 21 | python-pyparsing" | 25 | python-pyparsing \ |
| 26 | python-pbr \ | ||
| 27 | " | ||
| 22 | 28 | ||
| 23 | CLEANBROKEN = "1" | 29 | CLEANBROKEN = "1" |
