summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-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 "