diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb new file mode 100644 index 0000000000..ebd8130abb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Universal character encoding detector" | ||
2 | HOMEPAGE = "https://github.com/PyYoshi/cChardet" | ||
3 | LICENSE = "MPLv1.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" | ||
5 | |||
6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" | ||
7 | |||
8 | inherit pypi setuptools3 | ||