diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
| commit | 9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch) | |
| tree | bf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | ba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff) | |
| download | meta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz | |
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 3e646df..008a124 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -38,7 +38,7 @@ PV = "16.0.4+git${SRCPV}" | |||
| 38 | 38 | ||
| 39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
| 40 | 40 | ||
| 41 | inherit systemd setuptools identity hosts useradd default_configs monitor | 41 | inherit systemd setuptools3 identity hosts useradd default_configs monitor |
| 42 | 42 | ||
| 43 | LIBVIRT_IMAGES_TYPE ?= "default" | 43 | LIBVIRT_IMAGES_TYPE ?= "default" |
| 44 | 44 | ||
| @@ -295,7 +295,7 @@ RDEPENDS_${PN} += " \ | |||
| 295 | python-requests \ | 295 | python-requests \ |
| 296 | python-six \ | 296 | python-six \ |
| 297 | python-stevedore \ | 297 | python-stevedore \ |
| 298 | python-setuptools \ | 298 | python-setuptools3 \ |
| 299 | python-websockify \ | 299 | python-websockify \ |
| 300 | python-oslo.cache \ | 300 | python-oslo.cache \ |
| 301 | python-oslo.concurrency \ | 301 | python-oslo.concurrency \ |
