* [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS
@ 2024-11-24 16:23 Guðni Már Gilbert
2024-11-24 16:25 ` Guðni Már Gilbert
0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-11-24 16:23 UTC (permalink / raw)
To: openembedded-core; +Cc: Guðni Már Gilbert
On Python 3.11+, the built-in datetime module is used instead.
This change was made in v7.1.0 release.
See PR 2929: https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md#2024-10-17-release-710
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
meta/recipes-devtools/python/python3-rdflib_7.1.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb b/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb
index 133c92ed4d..da4b777ff5 100644
--- a/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb
+++ b/meta/recipes-devtools/python/python3-rdflib_7.1.1.bb
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076
inherit pypi python_poetry_core
RDEPENDS:${PN} += " \
- python3-isodate \
+ python3-datetime \
python3-pyparsing \
python3-logging \
python3-numbers \
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS
2024-11-24 16:23 [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS Guðni Már Gilbert
@ 2024-11-24 16:25 ` Guðni Már Gilbert
2024-11-25 10:45 ` [OE-core] " Alexander Kanavin
0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-11-24 16:25 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Note: I don't see any recipes in openembedded-core which depend on python3-isodate after this commit.
[-- Attachment #2: Type: text/html, Size: 114 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS
2024-11-24 16:25 ` Guðni Már Gilbert
@ 2024-11-25 10:45 ` Alexander Kanavin
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2024-11-25 10:45 UTC (permalink / raw)
To: gudni.m.g; +Cc: openembedded-core
Perhaps we can move it to meta-python then? Typically oe-core should
not be carrying recipes without consumers (unless those recipes are
for 'core' embedded functionality).
Alex
On Sun, 24 Nov 2024 at 17:26, Guðni Már Gilbert via
lists.openembedded.org <gudni.m.g=gmail.com@lists.openembedded.org>
wrote:
>
> Note: I don't see any recipes in openembedded-core which depend on python3-isodate after this commit.
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#207711): https://lists.openembedded.org/g/openembedded-core/message/207711
> Mute This Topic: https://lists.openembedded.org/mt/109756524/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-25 10:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-24 16:23 [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS Guðni Már Gilbert
2024-11-24 16:25 ` Guðni Már Gilbert
2024-11-25 10:45 ` [OE-core] " Alexander Kanavin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.