upgrade 5.1.1 -> 6.2.0 python-futures is only for Python 2, so remove it.
Signed-off-by: Wang Mingyu <[email protected]> --- ...-tenacity_5.1.1.bb => python3-tenacity_6.2.0.bb} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename meta-openstack/recipes-devtools/python/{python-tenacity_5.1.1.bb => python3-tenacity_6.2.0.bb} (55%) 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 similarity index 55% rename from meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb rename to 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" inherit pypi -SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b" -SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" +SRC_URI[md5sum] = "41e4e17cdedfa95fa626e528f596e151" +SRC_URI[sha256sum] = "29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a" inherit setuptools3 # Satisfy setup.py 'setup_requires' DEPENDS += " \ - python-pbr-native \ - python-setuptools3-scm-native \ + python3-pbr-native \ + python3-setuptools-scm-native \ " RDEPENDS_${PN} += " \ - python-six \ - python-futures \ - python-monotonic \ + python3-six \ + python3-monotonic \ " -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5406): https://lists.yoctoproject.org/g/meta-virtualization/message/5406 Mute This Topic: https://lists.yoctoproject.org/mt/74890395/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
