From ba43c79578a1bbe9db269e890984fe64c131441d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 30 May 2019 13:22:52 +0800 Subject: python-futurist: upgrade 0.21.0 -> 1.8.1 -Upgrade from python-futurist_0.21.0.bb to python-futurist_1.8.1.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-futurist_0.21.0.bb | 25 ---------------------- .../python/python-futurist_1.8.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb deleted file mode 100644 index afee162..0000000 --- a/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Useful additions to futures, from the future" -HOMEPAGE = "https://pypi.python.org/pypi/futurist" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259" -SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-six \ - python-monotonic \ - python-futures \ - python-contextlib2 \ - python-prettytable \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb new file mode 100644 index 0000000..0f35c96 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-futurist_1.8.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Useful additions to futures, from the future" +HOMEPAGE = "https://pypi.python.org/pypi/futurist" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRC_URI[md5sum] = "3e5a4b8254ded1624ec807cb7ae04ba5" +SRC_URI[sha256sum] = "499ee57728a987028725f836ac22aa18899702162fa0a0f1bbe2ecd5c8daf1eb" + +inherit setuptools pypi + +DEPENDS += " \ + python-pip \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-monotonic \ + python-futures \ + python-contextlib2 \ + python-prettytable \ + " + -- cgit v1.2.3-54-g00ecf