From 70cb0adf3612fb15b6b2723c0af6ba1467d210b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 26 Nov 2024 18:31:49 +0000 Subject: [PATCH] python3-rdflib: drop python3-isodate from RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- 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 133c92ed4d6..da4b777ff54 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.47.3