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