From f494e7166141745b9bf6a22ceb8dea0499507ca7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 2 Dec 2019 07:30:30 -0800 Subject: python-setuptools: upgrade 41.6.0 -> 42.0.2 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools.inc | 4 ++-- meta/recipes-devtools/python/python-setuptools_41.6.0.bb | 9 --------- meta/recipes-devtools/python/python-setuptools_42.0.2.bb | 9 +++++++++ meta/recipes-devtools/python/python3-setuptools_41.6.0.bb | 6 ------ meta/recipes-devtools/python/python3-setuptools_42.0.2.bb | 6 ++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-setuptools_41.6.0.bb create mode 100644 meta/recipes-devtools/python/python-setuptools_42.0.2.bb delete mode 100644 meta/recipes-devtools/python/python3-setuptools_41.6.0.bb create mode 100644 meta/recipes-devtools/python/python3-setuptools_42.0.2.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index f0f100f2ae..d8bce7145e 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc @@ -10,8 +10,8 @@ inherit pypi SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" -SRC_URI[md5sum] = "5585a55bfc28474ef13cc0b1819c5a46" -SRC_URI[sha256sum] = "6afa61b391dcd16cb8890ec9f66cc4015a8a31a6e1c2b4e0c464514be1a3d722" +SRC_URI[md5sum] = "5ac69b66a6f7d4785517017f37df28e9" +SRC_URI[sha256sum] = "c5b372090d7c8709ce79a6a66872a91e518f7d65af97fca78135e1cb10d4b940" DEPENDS += "${PYTHON_PN}" diff --git a/meta/recipes-devtools/python/python-setuptools_41.6.0.bb b/meta/recipes-devtools/python/python-setuptools_41.6.0.bb deleted file mode 100644 index cf9440495b..0000000000 --- a/meta/recipes-devtools/python/python-setuptools_41.6.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_42.0.2.bb b/meta/recipes-devtools/python/python-setuptools_42.0.2.bb new file mode 100644 index 0000000000..cf9440495b --- /dev/null +++ b/meta/recipes-devtools/python/python-setuptools_42.0.2.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_41.6.0.bb b/meta/recipes-devtools/python/python3-setuptools_41.6.0.bb deleted file mode 100644 index 0dc1ed8622..0000000000 --- a/meta/recipes-devtools/python/python3-setuptools_41.6.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_42.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_42.0.2.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_42.0.2.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