diff mbox series

Revert "python3-setuptools: upgrade 72.1.0 -> 72.2.0"

Message ID 20240906165842.2327272-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series Revert "python3-setuptools: upgrade 72.1.0 -> 72.2.0" | expand

Commit Message

Richard Purdie Sept. 6, 2024, 4:58 p.m. UTC
This reverts commit 8fccef7a731f44e5d27653e06becb54cf770e5e5.

The patch causes problems for systems using ccache. Revert until this is fixed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...ython3-setuptools_72.2.0.bb => python3-setuptools_72.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools_72.2.0.bb => python3-setuptools_72.1.0.bb} (94%)

Comments

Alexander Kanavin Sept. 9, 2024, 8:40 a.m. UTC | #1
It would help to include specific steps to reproduce the problem in
the commit message here, otherwise there's going to be unneeded
friction when someone submits an update again without being aware of
the issue.

Alex

On Fri, 6 Sept 2024 at 18:58, Richard Purdie via
lists.openembedded.org
<richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote:
>
> This reverts commit 8fccef7a731f44e5d27653e06becb54cf770e5e5.
>
> The patch causes problems for systems using ccache. Revert until this is fixed.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  ...ython3-setuptools_72.2.0.bb => python3-setuptools_72.1.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-setuptools_72.2.0.bb => python3-setuptools_72.1.0.bb} (94%)
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
> index 63ea999960b..945d443affc 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
> @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
>  SRC_URI += " \
>              file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
>
> -SRC_URI[sha256sum] = "80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9"
> +SRC_URI[sha256sum] = "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"
>
>  DEPENDS += "python3"
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#204279): https://lists.openembedded.org/g/openembedded-core/message/204279
> Mute This Topic: https://lists.openembedded.org/mt/108308394/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Martin Jansa Sept. 9, 2024, 8:50 a.m. UTC | #2
On Mon, Sep 9, 2024 at 10:40 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> It would help to include specific steps to reproduce the problem in
> the commit message here, otherwise there's going to be unneeded
> friction when someone submits an update again without being aware of
> the issue.

Inherit ccache, build anything which uses python3-setuptools (e.g. python3-icu).
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
index 63ea999960b..945d443affc 100644
--- a/meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_72.1.0.bb
@@ -11,7 +11,7 @@  SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9"
+SRC_URI[sha256sum] = "8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"
 
 DEPENDS += "python3"