summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb
index 8d74ace..52b1319 100644
--- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb
@@ -14,6 +14,11 @@ DEPENDS += " \
14 python-pbr \ 14 python-pbr \
15 " 15 "
16 16
17# Satisfy setup.py 'setup_requires'
18DEPENDS += " \
19 python-pbr-native \
20 "
21
17# RDEPENDS_default: 22# RDEPENDS_default:
18RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
19 python-pbr \ 24 python-pbr \