mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-ukkonen: upgrade 1.0.1 -> 1.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
18
meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
Normal file
18
meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033"
|
||||
|
||||
PYPI_PACKAGE = "ukkonen"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
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 \
|
||||
"
|
||||
Reference in New Issue
Block a user