diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb | 7 |
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 | ||
| 12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
| 13 | 13 | ||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 14 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS_${PN} += " \ |
| 15 | python-wrapt \ | 20 | python-wrapt \ |
| 16 | " \ No newline at end of file | 21 | " |
