From 2817de263b462a53de12374b6fb9f2e9f0bdb247 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 3 Apr 2026 17:55:25 +0300 Subject: [PATCH] python-wheel: bump to 0.46.3, fix dep Version 0.46.x adds packaging>=24.0 as a runtime dependency. Add python3-packaging to DEPENDS accordingly. Changelog: https://wheel.readthedocs.io/en/stable/news.html Signed-off-by: Alexandru Ardelean --- lang/python/python-wheel/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-wheel/Makefile b/lang/python/python-wheel/Makefile index 08cf1f5045..c9aba7b54a 100644 --- a/lang/python/python-wheel/Makefile +++ b/lang/python/python-wheel/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-wheel -PKG_VERSION:=0.45.1 -PKG_RELEASE:=2 +PKG_VERSION:=0.46.3 +PKG_RELEASE:=1 PYPI_NAME:=wheel -PKG_HASH:=661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 +PKG_HASH:=e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt @@ -34,7 +34,7 @@ define Package/python3-wheel SUBMENU:=Python TITLE:=A built-package format for Python URL:=https://github.com/pypa/wheel - DEPENDS:=+python3-light +python3-urllib +python3-logging +python3-setuptools + DEPENDS:=+python3-light +python3-urllib +python3-logging +python3-packaging +python3-setuptools BUILDONLY:=1 endef