mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
13 lines
299 B
BlitzBasic
13 lines
299 B
BlitzBasic
SUMMARY = "File identification library for Python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e"
|
|
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "6be5020c38fcb07da56c53733538a3081ea5aa70d36a156f83044bfbf9173842"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-ukkonen \
|
|
"
|