diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-26 18:31:49 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 00:07:30 +0000 |
| commit | b0f1780cf1ee622adde6aeca369defff998e0985 (patch) | |
| tree | bfa77b8d2139b85fa41a7dd02004ab8ddad72d79 /meta/recipes-devtools/python/python3-rdflib_7.1.1.bb | |
| parent | 09eb747db83046a120255eaf13dfc0b44ec12567 (diff) | |
| download | poky-b0f1780cf1ee622adde6aeca369defff998e0985.tar.gz | |
python3-rdflib: drop python3-isodate from RDEPENDS
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
(From OE-Core rev: 70cb0adf3612fb15b6b2723c0af6ba1467d210b5)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-rdflib_7.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-rdflib_7.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-isodate \ | 12 | python3-datetime \ |
| 13 | python3-pyparsing \ | 13 | python3-pyparsing \ |
| 14 | python3-logging \ | 14 | python3-logging \ |
| 15 | python3-numbers \ | 15 | python3-numbers \ |
