upgrade 1.10.0 -> 2.2.0 python-futures is only for Python 2, so remove it.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/python-futurist_1.10.0.bb | 25 ------------------- .../python/python3-futurist_2.2.0.bb | 24 ++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb 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 deleted file mode 100644 index 4996072..0000000 --- a/meta-openstack/recipes-devtools/python/python-futurist_1.10.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] = "d7f98e9a5cb09fe9706e4afcbeab1552" -SRC_URI[sha256sum] = "139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e" - -inherit setuptools3 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/python3-futurist_2.2.0.bb b/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb new file mode 100644 index 0000000..4788fb2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-futurist_2.2.0.bb @@ -0,0 +1,24 @@ +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 \ + " + -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5400): https://lists.yoctoproject.org/g/meta-virtualization/message/5400 Mute This Topic: https://lists.yoctoproject.org/mt/74887850/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
