From 5d5fdb6c0c39c9c27eec5500f9e2b1b1ea09508b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Dec 2019 07:04:08 -0800 Subject: python-futurist: 1.9.0 -> 1.10.0 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-futurist_1.10.0.bb | 25 ++++++++++++++++++++++ .../python/python-futurist_1.9.0.bb | 25 ---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb new file mode 100644 index 0000000..3571c77 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.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] = "d7f98e9a5cb09fe9706e4afcbeab1552" +SRC_URI[sha256sum] = "139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e" + +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.9.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.9.0.bb deleted file mode 100644 index 06624c1..0000000 --- a/meta-openstack/recipes-devtools/python/python-futurist_1.9.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] = "cbfa47202a5724215edc83cc91bdf0ac" -SRC_URI[sha256sum] = "0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6" - -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