summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
index 464649e..c207523 100644
--- a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
@@ -17,6 +17,11 @@ inherit setuptools3
17DEPENDS += " \ 17DEPENDS += " \
18 " 18 "
19 19
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
24
20RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
21 " 26 "
22 \ No newline at end of file 27