From 841d458f01c8c2d3e67775bad7d018b047604f75 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 15 Aug 2019 18:00:43 +0200 Subject: python-setuptools: update to 41.1.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools.inc | 4 ++-- meta/recipes-devtools/python/python-setuptools_41.0.1.bb | 9 --------- meta/recipes-devtools/python/python-setuptools_41.1.0.bb | 9 +++++++++ meta/recipes-devtools/python/python3-setuptools_41.0.1.bb | 6 ------ meta/recipes-devtools/python/python3-setuptools_41.1.0.bb | 6 ++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-setuptools_41.0.1.bb create mode 100644 meta/recipes-devtools/python/python-setuptools_41.1.0.bb delete mode 100644 meta/recipes-devtools/python/python3-setuptools_41.0.1.bb create mode 100644 meta/recipes-devtools/python/python3-setuptools_41.1.0.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 f49e078697..c806589dba 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] = "6404ca798bb9a9073aff3b91b2df35c8" -SRC_URI[sha256sum] = "a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613" +SRC_URI[md5sum] = "f26bbb3201c42ef37fb8d184cb85234d" +SRC_URI[sha256sum] = "c519b84c299911fd94ef47e3de4fe678c254aefc5cdf8a9b12e4cdc8cc3744a8" DEPENDS += "${PYTHON_PN}" diff --git a/meta/recipes-devtools/python/python-setuptools_41.0.1.bb b/meta/recipes-devtools/python/python-setuptools_41.0.1.bb deleted file mode 100644 index cf9440495b..0000000000 --- a/meta/recipes-devtools/python/python-setuptools_41.0.1.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_41.1.0.bb b/meta/recipes-devtools/python/python-setuptools_41.1.0.bb new file mode 100644 index 0000000000..cf9440495b --- /dev/null +++ b/meta/recipes-devtools/python/python-setuptools_41.1.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_41.0.1.bb b/meta/recipes-devtools/python/python3-setuptools_41.0.1.bb deleted file mode 100644 index 0dc1ed8622..0000000000 --- a/meta/recipes-devtools/python/python3-setuptools_41.0.1.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_41.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_41.1.0.bb new file mode 100644 index 0000000000..0dc1ed8622 --- /dev/null +++ b/meta/recipes-devtools/python/python3-setuptools_41.1.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