summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-identify_2.6.15.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-identify_2.6.15.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb
new file mode 100644
index 0000000000..c5498cf294
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb
@@ -0,0 +1,12 @@
1SUMMARY = "File identification library for Python"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e"
4
5PYPI_PACKAGE = "identify"
6
7inherit pypi setuptools3
8SRC_URI[sha256sum] = "e4f4864b96c6557ef2a1e1c951771838f4edc9df3a72ec7118b338801b11c7bf"
9
10RDEPENDS:${PN} = " \
11 python3-ukkonen \
12"