mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-14 04:01:47 +00:00
Upgrade to release 2.6.15: - Add .piskel extension - Fix: make PKGBUILD files a superset of .bash - [pre-commit.ci] pre-commit autoupdate Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
324 B
BlitzBasic
13 lines
324 B
BlitzBasic
SUMMARY = "File identification library for Python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e"
|
|
|
|
PYPI_PACKAGE = "identify"
|
|
|
|
inherit pypi setuptools3
|
|
SRC_URI[sha256sum] = "e4f4864b96c6557ef2a1e1c951771838f4edc9df3a72ec7118b338801b11c7bf"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-ukkonen \
|
|
"
|