mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-nocasedict: Add recipe
Add recipe for nocasedict, a case-insensitive ordered dictionary for Python. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "A case-insensitive ordered dictionary for Python"
|
||||
HOMEPAGE = "https://github.com/pywbem/nocasedict"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
SRC_URI[md5sum] = "b1037d65f1f73322c3c2d76681195bb3"
|
||||
SRC_URI[sha256sum] = "ed74b83c7b81505ccaf4b09b0581477fdd5c1099c929098a6a170a91ec26fd33"
|
||||
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user