diff options
author | 2020-06-02 11:54:17 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 7645548898c4a8ef9059be7e50f828fb51203825 (patch) | |
tree | 3347f25d2ec077a326c379a21ab1e2b86b480bbd | |
parent | 1152c0dbd2ed18ac51a80aeaceea16c9805af976 (diff) | |
download | meta-cloud-services-7645548898c4a8ef9059be7e50f828fb51203825.tar.gz meta-cloud-services-7645548898c4a8ef9059be7e50f828fb51203825.tar.bz2 meta-cloud-services-7645548898c4a8ef9059be7e50f828fb51203825.zip |
python-oslo.privsep: 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-oslo.privsep_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb index 83504b63..d04d5d94 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb @@ -17,6 +17,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-oslo.log \ |