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:28:21 -0400 |
| commit | 3afbc644a6dd98468e7820eda71bb38a29bbfd45 (patch) | |
| tree | 5b895767ee3770b74be7a21ae23a6a6cd8c69327 /meta-openstack/recipes-devtools/python/python-barbican_git.bb | |
| parent | b56589f750ec42976395a8298f4113806cad70bf (diff) | |
| download | meta-cloud-services-3afbc644a6dd98468e7820eda71bb38a29bbfd45.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 71cf4c3..8908e20 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 \ |
