From: Lei Maohui <leimaohui@fujitsu.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: openembedded-core@lists.openembedded.org,
Lei Maohui <leimaohui@fujitsu.com>
Subject: [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1
Date: Tue, 1 Apr 2025 17:48:25 +0800 [thread overview]
Message-ID: <20250401094825.1938-1-leimaohui@fujitsu.com> (raw)
Fix the issue that:
| Traceback (most recent call last):
| File "/mnt/test/build_auh/tmp/work/core2-64-poky-linux/python3-webcolors/24.11.1/recipe-sysroot-native/usr/lib/pyth on3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
| raise BackendUnavailable(
| ...<4 lines>...
| )
| pyproject_hooks._impl.BackendUnavailable: Cannot import 'pdm.backend'
python3-webcolors has migrated to pdm-backend
| diff --git a/pyproject.toml b/pyproject.toml
| index 6fcec77..9f2dfa9 100644
| --- a/pyproject.toml
| +++ b/pyproject.toml
| @@ -1,65 +1,110 @@
| [build-system]
| -requires = ["setuptools>=61.0"]
| -build-backend = "setuptools.build_meta"
| +requires = [
| + "pdm-backend",
| +]
| +build-backend = "pdm.backend"
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
...n3-webcolors_24.8.0.bb => python3-webcolors_24.11.1.bb} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-webcolors_24.8.0.bb => python3-webcolors_24.11.1.bb} (70%)
diff --git a/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
similarity index 70%
rename from meta/recipes-devtools/python/python3-webcolors_24.8.0.bb
rename to meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
index c5ed4bd7d3..cda63d2a35 100644
--- a/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb
+++ b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
@@ -3,10 +3,15 @@ HOMEPAGE = "https://pypi.org/project/webcolors/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448"
-SRC_URI[sha256sum] = "08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d"
+SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"
inherit pypi python_setuptools_build_meta ptest-python-pytest
+DEPENDS += " \
+ python3-pdm-native \
+ python3-pdm-backend-native \
+"
+
RDEPENDS:${PN}:class-target = "\
python3-stringold \
"
--
2.43.0
next reply other threads:[~2025-04-01 9:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-01 9:48 Lei Maohui [this message]
2025-04-01 10:20 ` [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1 Alexander Kanavin
-- strict thread matches above, loose matches on Subject: below --
2025-04-02 9:07 [OE-core] [PATCH v4 01/10] gst-devtools: upgrade 1.24.12 -> 1.26.0 Lei Maohui
2025-04-02 9:07 ` [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1 Lei Maohui
2025-04-02 9:56 ` Richard Purdie
2025-04-02 10:03 ` Martin Jansa
2025-04-02 10:31 ` Maohui Lei (Fujitsu)
2025-04-02 11:09 ` Richard Purdie
2025-04-03 0:50 ` Khem Raj
2025-04-03 1:31 ` Maohui Lei (Fujitsu)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250401094825.1938-1-leimaohui@fujitsu.com \
--to=leimaohui@fujitsu.com \
--cc=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox