summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb
blob: 7418b43150a9da08850fad48654402c74580559a (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] = "873ac56a5e3fd63e7438a7ecbc4d91aca692eb3fefa4534db2b7913f3fc352fd"

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