diff options
author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:03 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
commit | c58cac312b0ab71144d00ba6e4a01739e7aa3a3f (patch) | |
tree | 4b21300fd274802fecd3a518ec65a28604a871cf | |
parent | d6371f93475316896d286b89c20607d561327879 (diff) | |
download | meta-cloud-services-c58cac312b0ab71144d00ba6e4a01739e7aa3a3f.tar.gz |
python-heat-cfntools: 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>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb index ca6a48d..f9f3366 100644 --- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb +++ b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb | |||
@@ -13,6 +13,11 @@ DEPENDS += "\ | |||
13 | python-pbr \ | 13 | python-pbr \ |
14 | " | 14 | " |
15 | 15 | ||
16 | # Satisfy setup.py 'setup_requires' | ||
17 | DEPENDS += " \ | ||
18 | python-pbr-native \ | ||
19 | " | ||
20 | |||
16 | RDPENDS_${PN} += "\ | 21 | RDPENDS_${PN} += "\ |
17 | python-pbr \ | 22 | python-pbr \ |
18 | " | 23 | " |