summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
commit9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch)
treebf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
parentba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff)
downloadmeta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
index 742d6a4..bbe62f5 100644
--- a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
@@ -9,12 +9,12 @@ inherit pypi
9SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b" 9SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b"
10SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" 10SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112"
11 11
12inherit setuptools 12inherit setuptools3
13 13
14# Satisfy setup.py 'setup_requires' 14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \ 15DEPENDS += " \
16 python-pbr-native \ 16 python-pbr-native \
17 python-setuptools-scm-native \ 17 python-setuptools3-scm-native \
18 " 18 "
19 19
20RDEPENDS_${PN} += " \ 20RDEPENDS_${PN} += " \