From 5e2cd1dde8c6f5a034e1f34fa93b06a168b3a8af Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:43:47 +0800 Subject: python3-tooz: upgrade 1.48.0 -> 2.7.1 Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-tooz_1.48.0.bb | 37 ---------------------- .../recipes-devtools/python/python3-tooz_2.7.1.bb | 36 +++++++++++++++++++++ 2 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb deleted file mode 100644 index 14f69d1..0000000 --- a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "Coordination library for distributed systems." -HOMEPAGE = "https://pypi.python.org/pypi/tooz" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "8b39e07002f21c15d2a463b63d8a2952" -SRC_URI[sha256sum] = "c1b17935207e9c4809feff91b679883928aa5bd3fce75e09b4945c261b513e60" - -inherit setuptools3 pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-pbr \ - python-stevedore \ - python-six \ - python-voluptuous \ - python-msgpack \ - python-fasteners \ - python-tenacity \ - python-futures \ - python-futurist \ - python-oslo.utils \ - python-oslo.serialization \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb b/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb new file mode 100644 index 0000000..cc2824c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-tooz_2.7.1.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Coordination library for distributed systems." +HOMEPAGE = "https://pypi.python.org/pypi/tooz" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "f8afa62d566f602d63050850d4873583" +SRC_URI[sha256sum] = "bee07684b12e9fb06adbe6b1a5ddb60ef9e8dc20f5a2d46e667d8797028bcfe5" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-stevedore \ + python3-six \ + python3-voluptuous \ + python3-msgpack \ + python3-fasteners \ + python3-tenacity \ + python3-futurist \ + python3-oslo.utils \ + python3-oslo.serialization \ + " -- cgit v1.2.3-54-g00ecf