diff options
author | 2020-06-02 11:54:03 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | c58cac312b0ab71144d00ba6e4a01739e7aa3a3f (patch) | |
tree | 4b21300fd274802fecd3a518ec65a28604a871cf | |
parent | d6371f93475316896d286b89c20607d561327879 (diff) | |
download | meta-cloud-services-c58cac312b0ab71144d00ba6e4a01739e7aa3a3f.tar.gz meta-cloud-services-c58cac312b0ab71144d00ba6e4a01739e7aa3a3f.tar.bz2 meta-cloud-services-c58cac312b0ab71144d00ba6e4a01739e7aa3a3f.zip |
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 ca6a48d8..f9f33664 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 += "\ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDPENDS_${PN} += "\ python-pbr \ " |