diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb | 7 |
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 d83ff00..ac76837 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 setuptools | |||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # Satisfy setup.py 'setup_requires' | ||
| 21 | DEPENDS += " \ | ||
| 22 | python-pbr-native \ | ||
| 23 | " | ||
| 24 | |||
| 20 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 21 | " | 26 | " |
| 22 | \ No newline at end of file | 27 | |
