diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:06 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
| commit | 50e3fa0009fa3bf80ec8f902aa4d64c8c99101c1 (patch) | |
| tree | 9808c99bbd858c1984760896304fa1e3ef3083f9 /meta-openstack/recipes-devtools/python | |
| parent | 6542ebabefb20e022a206df1b9244da684ed1682 (diff) | |
| download | meta-cloud-services-50e3fa0009fa3bf80ec8f902aa4d64c8c99101c1.tar.gz | |
python-microversion-parse: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 | |
