summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_2.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_2.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_2.1.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.1.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.1.0.bb
new file mode 100644
index 0000000000..a7c3f55702
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.1.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] = "b563d5851cbb0e0b10fbb6189ba87e0612d22e5a6f3a004a4573ab5b38aaaa7d"
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"