From 96971531e0d17a05bfd2b14c95d366f9c499edf9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 10 Jul 2018 17:16:02 -0400 Subject: python*-setuptools: update to 40.0.0 Update the python{3}-setuptools to the latest stable version Tested on the qemu with core-image-minimal Signed-off-by: Derek Straka Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-setuptools.inc | 4 ++-- meta/recipes-devtools/python/python-setuptools_39.2.0.bb | 9 --------- meta/recipes-devtools/python/python-setuptools_40.0.0.bb | 9 +++++++++ meta/recipes-devtools/python/python3-setuptools_39.2.0.bb | 6 ------ meta/recipes-devtools/python/python3-setuptools_40.0.0.bb | 6 ++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-setuptools_39.2.0.bb create mode 100644 meta/recipes-devtools/python/python-setuptools_40.0.0.bb delete mode 100644 meta/recipes-devtools/python/python3-setuptools_39.2.0.bb create mode 100644 meta/recipes-devtools/python/python3-setuptools_40.0.0.bb diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index bf654beaed..25be446cb3 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc @@ -9,8 +9,8 @@ PYPI_PACKAGE_EXT = "zip" inherit pypi -SRC_URI[md5sum] = "dd4e3fa83a21bf7bf9c51026dc8a4e59" -SRC_URI[sha256sum] = "f7cddbb5f5c640311eb00eab6e849f7701fa70bf6a183fc8a2c33dd1d1672fb2" +SRC_URI[md5sum] = "260630ae1a64bafa39dcc53404d63829" +SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f" DEPENDS += "${PYTHON_PN}" DEPENDS_class-native += "${PYTHON_PN}-native" diff --git a/meta/recipes-devtools/python/python-setuptools_39.2.0.bb b/meta/recipes-devtools/python/python-setuptools_39.2.0.bb deleted file mode 100644 index cf9440495b..0000000000 --- a/meta/recipes-devtools/python/python-setuptools_39.2.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-setuptools.inc - -PROVIDES = "python-distribute" - -inherit setuptools - -RREPLACES_${PN} = "python-distribute" -RPROVIDES_${PN} = "python-distribute" -RCONFLICTS_${PN} = "python-distribute" diff --git a/meta/recipes-devtools/python/python-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python-setuptools_40.0.0.bb new file mode 100644 index 0000000000..cf9440495b --- /dev/null +++ b/meta/recipes-devtools/python/python-setuptools_40.0.0.bb @@ -0,0 +1,9 @@ +require python-setuptools.inc + +PROVIDES = "python-distribute" + +inherit setuptools + +RREPLACES_${PN} = "python-distribute" +RPROVIDES_${PN} = "python-distribute" +RCONFLICTS_${PN} = "python-distribute" diff --git a/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb deleted file mode 100644 index 0dc1ed8622..0000000000 --- a/meta/recipes-devtools/python/python3-setuptools_39.2.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-setuptools.inc -inherit setuptools3 - -do_install_append() { - mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install -} diff --git a/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_40.0.0.bb @@ -0,0 +1,6 @@ +require python-setuptools.inc +inherit setuptools3 + +do_install_append() { + mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install +} -- cgit 1.2.3-korg