summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-15 11:07:49 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-16 20:34:45 -0400
commitcbbee30158ece7e189c3ab6ea0b7b8b9239a649e (patch)
tree316dde0cb391375cec78e1ea0ed053ac3b96b751
parent274f5def1fa20ee182f2fbc751af4df309a13248 (diff)
downloadmeta-cloud-services-cbbee30158ece7e189c3ab6ea0b7b8b9239a649e.tar.gz
python3-fixtures: 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-fixtures_3.0.0.bb (renamed from meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
index c8883be..c2e098f 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb
@@ -15,14 +15,14 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} \
15 --install-data=${datadir}" 15 --install-data=${datadir}"
16 16
17DEPENDS += " \ 17DEPENDS += " \
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
26RDEPENDS_${PN} += "python-testtools \ 26RDEPENDS_${PN} += "python3-testtools \
27 python-pbr \ 27 python3-pbr \
28 " 28 "