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