summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-28 13:02:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-30 03:57:49 +0000
commitc1eaf9921809dbf2f7384905604f58bebc4f68fe (patch)
treea2358b1d663b3926220930f4a9283028befe0832
parent70c485c4942870f4bd7b411244af365cb1a3dd86 (diff)
downloadmeta-cloud-services-c1eaf9921809dbf2f7384905604f58bebc4f68fe.tar.gz
python3-oslo.serialization: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb)18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb
index 80b86bb..36e9424 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb
@@ -13,23 +13,23 @@ S = "${WORKDIR}/git"
13 13
14inherit setuptools3 14inherit setuptools3
15 15
16# DEPENDS_default: python-pip 16# DEPENDS_default: python3-pip
17 17
18DEPENDS += " \ 18DEPENDS += " \
19 python-pip \ 19 python3-pip \
20 python-pbr \ 20 python3-pbr \
21 " 21 "
22 22
23# Satisfy setup.py 'setup_requires' 23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \ 24DEPENDS += " \
25 python-pbr-native \ 25 python3-pbr-native \
26 " 26 "
27 27
28# RDEPENDS_default: 28# RDEPENDS_default:
29RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
30 python-pbr \ 30 python3-pbr \
31 python-six \ 31 python3-six \
32 python-oslo.utils \ 32 python3-oslo.utils \
33 python-pytz \ 33 python3-pytz \
34 python-msgpack \ 34 python3-msgpack \
35 " 35 "