mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
python3-croniter: Fix build with newer trove and pathspec modules
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
|||||||
|
From 297d149636d063a82b33d95ab59928a88db51e4e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <khem.raj@oss.qualcomm.com>
|
||||||
|
Date: Thu, 14 May 2026 11:44:44 -0700
|
||||||
|
Subject: [PATCH] Allow using newer versions of trove-classifiers and pathspec
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
|
||||||
|
---
|
||||||
|
pyproject.toml | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index 657cc21..d1b9ce3 100644
|
||||||
|
--- a/pyproject.toml
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -2,9 +2,9 @@
|
||||||
|
requires = [
|
||||||
|
"hatchling==1.29.0",
|
||||||
|
"packaging==26.0",
|
||||||
|
- "pathspec==1.0.4",
|
||||||
|
+ "pathspec>=1.0.4",
|
||||||
|
"pluggy==1.6.0",
|
||||||
|
- "trove-classifiers==2026.1.14.14",
|
||||||
|
+ "trove-classifiers>=2026.1.14.14",
|
||||||
|
]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
@@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
|
|||||||
|
|
||||||
PYPI_PACKAGE = "croniter"
|
PYPI_PACKAGE = "croniter"
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch"
|
||||||
SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab"
|
SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab"
|
||||||
|
|
||||||
inherit pypi python_hatchling
|
inherit pypi python_hatchling
|
||||||
|
|
||||||
|
DEPENDS += "python3-pathspec python3-trove-classifiers"
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
python3-natsort \
|
python3-natsort \
|
||||||
|
|||||||
Reference in New Issue
Block a user