summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
index aee73f6..144b2cc 100644
--- a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
@@ -11,6 +11,11 @@ inherit setuptools pypi
11 11
12CLEANBROKEN = "1" 12CLEANBROKEN = "1"
13 13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 "
18
14RDEPENDS_${PN} += " \ 19RDEPENDS_${PN} += " \
15 python-wrapt \ 20 python-wrapt \
16" \ No newline at end of file 21"