From 459bdbd798e67d38ecdb06bc18ee7a05400c7555 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 3 Nov 2020 15:45:52 +0800 Subject: python3-futurist: upgrade 2.2.0 -> 2.3.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-futurist_2.2.0.bb | 24 --------------------- .../python/python3-futurist_2.3.0.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb deleted file mode 100644 index 4788fb2..0000000 --- a/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb +++ /dev/null @@ -1,24 +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] = "708ae19b7e3bef70b47166da1e72392c" -SRC_URI[sha256sum] = "3601ea64e3423b169683cffff58939ecee5cd5268834b20bf2da071c2563a43c" - -inherit setuptools3 pypi - -DEPENDS += " \ - python3-pip \ - python3-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python3-pbr \ - python3-six \ - python3-monotonic \ - python3-contextlib2 \ - python3-prettytable \ - " - diff --git a/meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb b/meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb new file mode 100644 index 0000000..2e63d90 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-futurist_2.3.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] = "4d642f5825a516d676356094179c6d27" +SRC_URI[sha256sum] = "174ea146adf303d7e5d7d6d34e3a01f4abf0382b03a6f9309bac2e2d54ffbed6" + +inherit setuptools3 pypi + +DEPENDS += " \ + python3-pip \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-six \ + python3-monotonic \ + python3-contextlib2 \ + python3-prettytable \ + python3-multiprocessing \ + " + -- cgit v1.2.3-54-g00ecf