Message ID | 20250525041423.1210095-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/2] python3-pyzstd: Bump upper version of setuptools to > 80 | expand |
Hello Khem, Le dim. 25 mai 2025 à 06:14, Khem Raj via lists.openembedded.org <raj.khem= gmail.com@lists.openembedded.org> a écrit : > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../0001-Bump-setuptools-dependency-from-74-to-79.patch | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch > b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch > index 8fc26bd90b..cbc167157b 100644 > --- > a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch > +++ > b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch > The patch name does not match the content anymore. You may want to update the patch name. I'd suggest removing the specific version from it. @@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644 > # setuptools 64+ support --build-option > # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 > under Windows > -requires = ["setuptools>=64,<74"] > -+requires = ["setuptools>=64,<79"] > ++requires = ["setuptools>=64,<89"] > backend-path = ["build_script"] > build-backend = "pyzstd_pep517" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117615): > https://lists.openembedded.org/g/openembedded-devel/message/117615 > Mute This Topic: https://lists.openembedded.org/mt/113290576/4316185 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=- > >
On Sun, May 25, 2025 at 2:44 PM Yoann Congal <yoann.congal@smile.fr> wrote: > > Hello Khem, > > Le dim. 25 mai 2025 à 06:14, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> a écrit : >> >> Signed-off-by: Khem Raj <raj.khem@gmail.com> >> --- >> .../0001-Bump-setuptools-dependency-from-74-to-79.patch | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch >> index 8fc26bd90b..cbc167157b 100644 >> --- a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch >> +++ b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch > > > The patch name does not match the content anymore. > You may want to update the patch name. > I'd suggest removing the specific version from it. Indeed, thanks > >> @@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644 >> # setuptools 64+ support --build-option >> # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows >> -requires = ["setuptools>=64,<74"] >> -+requires = ["setuptools>=64,<79"] >> ++requires = ["setuptools>=64,<89"] >> backend-path = ["build_script"] >> build-backend = "pyzstd_pep517" >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#117615): https://lists.openembedded.org/g/openembedded-devel/message/117615 >> Mute This Topic: https://lists.openembedded.org/mt/113290576/4316185 >> Group Owner: openembedded-devel+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [yoann.congal@smile.fr] >> -=-=-=-=-=-=-=-=-=-=-=- >> > > > -- > Yoann Congal > Smile ECS
diff --git a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch index 8fc26bd90b..cbc167157b 100644 --- a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch +++ b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch @@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644 # setuptools 64+ support --build-option # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows -requires = ["setuptools>=64,<74"] -+requires = ["setuptools>=64,<79"] ++requires = ["setuptools>=64,<89"] backend-path = ["build_script"] build-backend = "pyzstd_pep517"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../0001-Bump-setuptools-dependency-from-74-to-79.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)