From 274f5def1fa20ee182f2fbc751af4df309a13248 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jun 2020 16:29:40 +0800 Subject: python3-tenacity: Changepython to python3 upgrade 5.1.1 -> 6.2.0 python-futures is only for Python 2, so remove it. Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-tenacity_5.1.1.bb | 24 ---------------------- .../python/python3-tenacity_6.2.0.bb | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb (limited to 'meta-openstack/recipes-devtools/python') 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 deleted file mode 100644 index bbe62f5..0000000 --- a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Retry code until it succeeeds" -HOMEPAGE = "https://github.com/jd/tenacity" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" - -inherit pypi - -SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b" -SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" - -inherit setuptools3 - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - python-setuptools3-scm-native \ - " - -RDEPENDS_${PN} += " \ - python-six \ - python-futures \ - python-monotonic \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb new file mode 100644 index 0000000..bcab75a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Retry code until it succeeeds" +HOMEPAGE = "https://github.com/jd/tenacity" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" + +inherit pypi + +SRC_URI[md5sum] = "41e4e17cdedfa95fa626e528f596e151" +SRC_URI[sha256sum] = "29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a" + +inherit setuptools3 + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + python3-setuptools-scm-native \ + " + +RDEPENDS_${PN} += " \ + python3-six \ + python3-monotonic \ + " -- cgit v1.2.3-54-g00ecf