From 9d632de8d0e109e342fe580cf4b2423a51c890c3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 17:44:39 +0000 Subject: python: prepare for python3 only configuration Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb') 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 SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b" SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" -inherit setuptools +inherit setuptools3 # Satisfy setup.py 'setup_requires' DEPENDS += " \ python-pbr-native \ - python-setuptools-scm-native \ + python-setuptools3-scm-native \ " RDEPENDS_${PN} += " \ -- cgit v1.2.3-54-g00ecf