mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-nocasedict: upgrade 2.0.3 -> 2.0.4
Changelog: =========== - Added missing dependency psutil - Updated dev versions - Eliminated warnings about node v16 - Fixed dev install issue by increasing package versions - Added py310/min to normal tests - Fixed dependency inconsistency for dill on Python 3.12 - Improved pip backtracking optimization Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
SUMMARY = "A case-insensitive ordered dictionary for Python"
|
||||
HOMEPAGE = "https://github.com/pywbem/nocasedict"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
SRC_URI[sha256sum] = "4ca934f65df57b10d0fcab5f0c39e9dccb93577ff9f22bef98265ddbf12f8af1"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-six \
|
||||
"
|
||||
Reference in New Issue
Block a user