diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-15 15:22:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-21 17:16:13 -0500 |
| commit | 4f8e0170364f07c39afba459b4d70515267aa870 (patch) | |
| tree | cf77912ef891dc1b2453178a71a0c7ef057db218 /meta-openstack/recipes-devtools/python | |
| parent | 4a907e91e8e81e4c5505e784037a78b7872bc4ed (diff) | |
| download | meta-cloud-services-4f8e0170364f07c39afba459b4d70515267aa870.tar.gz | |
python3-glance-store: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-glance-store_git.bb (renamed from meta-openstack/recipes-devtools/python/python-glance-store_git.bb) | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb index 1a8c3aa..5079958 100644 --- a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | |||
| @@ -15,28 +15,29 @@ S = "${WORKDIR}/git" | |||
| 15 | inherit setuptools3 | 15 | inherit setuptools3 |
| 16 | 16 | ||
| 17 | DEPENDS += " \ | 17 | DEPENDS += " \ |
| 18 | python-pip \ | 18 | python3-pip \ |
| 19 | python-pbr \ | 19 | python3-pbr \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # Satisfy setup.py 'setup_requires' | 22 | # Satisfy setup.py 'setup_requires' |
| 23 | DEPENDS += " \ | 23 | DEPENDS += " \ |
| 24 | python-pbr-native \ | 24 | python3-pbr-native \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | bash \ | 28 | bash \ |
| 29 | python-oslo.config \ | 29 | python3-oslo.config \ |
| 30 | python-oslo.i18n \ | 30 | python3-oslo.i18n \ |
| 31 | python-oslo.serialization \ | 31 | python3-oslo.serialization \ |
| 32 | python-oslo.utils \ | 32 | python3-oslo.utils \ |
| 33 | python-oslo.concurrency \ | 33 | python3-oslo.concurrency \ |
| 34 | python-stevedore \ | 34 | python3-stevedore \ |
| 35 | python-enum34 \ | 35 | python3-eventlet \ |
| 36 | python-eventlet \ | 36 | python3-six \ |
| 37 | python-six \ | 37 | python3-jsonschema \ |
| 38 | python-jsonschema \ | 38 | python3-keystoneauth1 \ |
| 39 | python-keystoneauth1 \ | 39 | python3-keystoneclient \ |
| 40 | python-keystoneclient \ | 40 | python3-requests \ |
| 41 | python-requests \ | 41 | python3-monotonic \ |
| 42 | python3-dnspython \ | ||
| 42 | " | 43 | " |
