summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb
blob: 9b8d49c61d48a371ceb1ecc8d121788d82086e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "File identification library for Python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e"

PYPI_PACKAGE = "identify"

inherit pypi setuptools3

SRC_URI[sha256sum] = "6be5020c38fcb07da56c53733538a3081ea5aa70d36a156f83044bfbf9173842"

RDEPENDS:${PN} = " \
	python3-ukkonen \
"