Files
meta-openembedded/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
T
Ross Burton 3809d75326 meta-python: remove redundant PYPI_PACKAGE assignments
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>
2026-09-04 17:10:37 -07:00

18 lines
437 B
BlitzBasic

SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033"
inherit python_setuptools_build_meta
SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}"
SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8"
DEPENDS += " \
python3-pip-native \
python3-cffi-native \
"
RDEPENDS:${PN} = " \
python3-cffi \
"