diff options
author | 2020-06-02 11:53:55 -0700 | |
---|---|---|
committer | 2020-06-05 15:30:20 -0400 | |
commit | fe4c361983ab015bb2f91e4960d1bf3376d09c13 (patch) | |
tree | 06f2d72c9f258e15c28af52a106499dea6e8ed14 | |
parent | 19def81071a4b94984c6feecbacdfde82c1498c6 (diff) | |
download | meta-cloud-services-fe4c361983ab015bb2f91e4960d1bf3376d09c13.tar.gz meta-cloud-services-fe4c361983ab015bb2f91e4960d1bf3376d09c13.tar.bz2 meta-cloud-services-fe4c361983ab015bb2f91e4960d1bf3376d09c13.zip |
python-barbican: 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-barbican_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index 579413c0..bf07bf3e 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb @@ -96,6 +96,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${SRCNAME} = "${PN} \ ${SRCNAME}-setup \ uwsgi \ |