summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:38 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:09 -0800
commitc8e0deb56468c56f08f74858887d5f2f302f8c67 (patch)
treeffdf63eb9adf5426ae195a41d6592c8f419a689c /meta-python
parent702b08355bd49238f65a126e1a4599bc68a7f739 (diff)
downloadmeta-openembedded-c8e0deb56468c56f08f74858887d5f2f302f8c67.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-ukkonen_git.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
index b9e85e78be..8fc5af1ef7 100644
--- a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb
+++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
@@ -6,9 +6,8 @@ PYPI_PACKAGE = "ukkonen"
6 6
7inherit setuptools3 7inherit setuptools3
8 8
9PV = "1.0.1+git" 9SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}"
10SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" 10SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8"
11SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca"
12DEPENDS += " \ 11DEPENDS += " \
13 python3-pip-native \ 12 python3-pip-native \
14 python3-cffi-native \ 13 python3-cffi-native \