summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
index 5ae891b..9ba93df 100644
--- a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
@@ -19,6 +19,11 @@ DEPENDS += "\
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22RDEPENDS_${PN} += "\ 27RDEPENDS_${PN} += "\
23 python-pbr \ 28 python-pbr \
24 " 29 "