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.3.0.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-futurist_2.3.0.bb') 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