diff options
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.bb | 17 |
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 @@ | |||
1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | ||
2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
5 | |||
6 | SRC_URI[sha256sum] = "b563d5851cbb0e0b10fbb6189ba87e0612d22e5a6f3a004a4573ab5b38aaaa7d" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta | ||
9 | |||
10 | DEPENDS += " \ | ||
11 | python3-setuptools-scm-native \ | ||
12 | python3-toml-native \ | ||
13 | " | ||
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-six \ | ||
17 | " | ||