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/python-tenacity_5.1.1.bb (renamed from meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
index db435cb..742d6a4 100644
--- a/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
@@ -6,14 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
6 6
7inherit pypi 7inherit pypi
8 8
9SRC_URI[md5sum] = "2c8333b9f06d5889ea70955a004ae525" 9SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b"
10SRC_URI[sha256sum] = "a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b" 10SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112"
11 11
12inherit setuptools 12inherit setuptools
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 " 18 "
18 19
19RDEPENDS_${PN} += " \ 20RDEPENDS_${PN} += " \