summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
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"
14inherit setuptools3 14inherit setuptools3
15 15
16DEPENDS += " \ 16DEPENDS += " \
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'
22DEPENDS += " \ 22DEPENDS += " \
23 python-pbr-native \ 23 python3-pbr-native \
24 " 24 "
25 25
26# RDEPENDS_default: 26# RDEPENDS_default:
27RDEPENDS_${PN} += " \ 27RDEPENDS_${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 "