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