summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
deleted file mode 100644
index 105c20b5a8..0000000000
--- a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
+++ /dev/null
@@ -1,12 +0,0 @@
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] = "1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-six \
12"