diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-14 11:51:23 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-14 23:15:55 -0700 |
| commit | 205defa2c4e59a8a57ca62debe3ac15089f8692c (patch) | |
| tree | d49c61082eb40084cd0feced3511b29d0627bd0e /meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb | |
| parent | c6e778b38730c370a98d8b72694de28a748d06e0 (diff) | |
| download | meta-openembedded-205defa2c4e59a8a57ca62debe3ac15089f8692c.tar.gz | |
python3-croniter: Fix build with newer trove and pathspec modules
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb index d217161d7d..a52dc5cbbb 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb | |||
| @@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | |||
| 5 | 5 | ||
| 6 | PYPI_PACKAGE = "croniter" | 6 | PYPI_PACKAGE = "croniter" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch" | ||
| 8 | SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab" | 9 | SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab" |
| 9 | 10 | ||
| 10 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
| 11 | 12 | ||
| 13 | DEPENDS += "python3-pathspec python3-trove-classifiers" | ||
| 12 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
| 13 | python3-dateutil \ | 15 | python3-dateutil \ |
| 14 | python3-natsort \ | 16 | python3-natsort \ |
