diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:53:55 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
| commit | fe4c361983ab015bb2f91e4960d1bf3376d09c13 (patch) | |
| tree | 06f2d72c9f258e15c28af52a106499dea6e8ed14 /meta-openstack/recipes-devtools/python/python-barbican_git.bb | |
| parent | 19def81071a4b94984c6feecbacdfde82c1498c6 (diff) | |
| download | meta-cloud-services-fe4c361983ab015bb2f91e4960d1bf3376d09c13.tar.gz | |
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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbican_git.bb')
| -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 579413c..bf07bf3 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 += " \ | |||
| 96 | python-pbr \ | 96 | python-pbr \ |
| 97 | " | 97 | " |
| 98 | 98 | ||
| 99 | # Satisfy setup.py 'setup_requires' | ||
| 100 | DEPENDS += " \ | ||
| 101 | python-pbr-native \ | ||
| 102 | " | ||
| 103 | |||
| 99 | RDEPENDS_${SRCNAME} = "${PN} \ | 104 | RDEPENDS_${SRCNAME} = "${PN} \ |
| 100 | ${SRCNAME}-setup \ | 105 | ${SRCNAME}-setup \ |
| 101 | uwsgi \ | 106 | uwsgi \ |
