diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb (renamed from meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb index bbe62f5..bcab75a 100644 --- a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb | |||
| @@ -6,19 +6,18 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" | |||
| 6 | 6 | ||
| 7 | inherit pypi | 7 | inherit pypi |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b" | 9 | SRC_URI[md5sum] = "41e4e17cdedfa95fa626e528f596e151" |
| 10 | SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" | 10 | SRC_URI[sha256sum] = "29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a" |
| 11 | 11 | ||
| 12 | inherit setuptools3 | 12 | inherit setuptools3 |
| 13 | 13 | ||
| 14 | # Satisfy setup.py 'setup_requires' | 14 | # Satisfy setup.py 'setup_requires' |
| 15 | DEPENDS += " \ | 15 | DEPENDS += " \ |
| 16 | python-pbr-native \ | 16 | python3-pbr-native \ |
| 17 | python-setuptools3-scm-native \ | 17 | python3-setuptools-scm-native \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS_${PN} += " \ |
| 21 | python-six \ | 21 | python3-six \ |
| 22 | python-futures \ | 22 | python3-monotonic \ |
| 23 | python-monotonic \ | ||
| 24 | " | 23 | " |
