summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-07-01 14:59:52 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-07 22:40:00 -0400
commit6aaa603f8a1583f8f75ec7bc520091ee602d6591 (patch)
tree7dd1b02c3815f90eeb0a5b14bde767c93698ebcd /meta-openstack
parent93edf4427d07ab0a2f3be43b5feb077fcbb6297f (diff)
downloadmeta-cloud-services-6aaa603f8a1583f8f75ec7bc520091ee602d6591.tar.gz
python3-lockfile: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb (renamed from meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
index e573090..8009060 100644
--- a/meta-openstack/recipes-devtools/python/python-lockfile_0.12.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
@@ -10,14 +10,14 @@ SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361
10inherit distutils3 pypi 10inherit distutils3 pypi
11 11
12DEPENDS += "\ 12DEPENDS += "\
13 python-pbr \ 13 python3-pbr \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires' 16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr-native \ 18 python3-pbr-native \
19 " 19 "
20 20
21RDEPENDS_${PN} += "\ 21RDEPENDS_${PN} += "\
22 python-pbr \ 22 python3-pbr \
23 " 23 "