diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:04 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:28:20 -0400 |
| commit | ff7dcf9782defa802ccc6368f088fd89ceedf3e1 (patch) | |
| tree | d0231aabbb4f975591d8adfae41474d091dfca5f /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | b691fa039c989e707d1f411745173c838e5ec285 (diff) | |
| download | meta-cloud-services-ff7dcf9782defa802ccc6368f088fd89ceedf3e1.tar.gz | |
python-horizon: 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-horizon_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 875104a..26afe40 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -9,6 +9,11 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 12 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS_${PN} += " \ |
| 13 | python-pbr \ | 18 | python-pbr \ |
| 14 | python-babel \ | 19 | python-babel \ |
