summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
new file mode 100644
index 0000000000..4580fff727
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "A case-insensitive ordered dictionary for Python"
2HOMEPAGE = "https://github.com/pywbem/nocasedict"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5
6SRC_URI[sha256sum] = "6f2b608602b0568cd06ff46e2a0f231d2a0c247d6dc120672c381cb29169e1e7"
7
8inherit pypi python_setuptools_build_meta
9
10DEPENDS += " \
11 python3-setuptools-scm-native \
12 python3-toml-native \
13"
14
15RDEPENDS:${PN} += " \
16 python3-six \
17"