diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-28 13:02:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | 22b64110d65c8c8c8f79fe15edb8d638863d302e (patch) | |
| tree | cab2adf8bdcc5b441335be637b5acaa56ca23c39 /meta-openstack | |
| parent | 18684ba4f2c48765dda9e9560a077a59ec619674 (diff) | |
| download | meta-cloud-services-22b64110d65c8c8c8f79fe15edb8d638863d302e.tar.gz | |
python3-oslo.context: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.context_git.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb index 42f58ac..4b733fd 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb | |||
| @@ -14,19 +14,19 @@ S = "${WORKDIR}/git" | |||
| 14 | inherit setuptools3 | 14 | inherit setuptools3 |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python-pip \ | 17 | python3-pip \ |
| 18 | python-pbr \ | 18 | python3-pbr \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | # Satisfy setup.py 'setup_requires' | 21 | # Satisfy setup.py 'setup_requires' |
| 22 | DEPENDS += " \ | 22 | DEPENDS += " \ |
| 23 | python-pbr-native \ | 23 | python3-pbr-native \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | # RDEPENDS_default: | 26 | # RDEPENDS_default: |
| 27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | bash \ | 28 | bash \ |
| 29 | python-pbr \ | 29 | python3-pbr \ |
| 30 | python-debtcollector \ | 30 | python3-debtcollector \ |
| 31 | python-positional \ | 31 | python3-positional \ |
| 32 | " | 32 | " |
