From: Jeffery To Date: Sat, 18 Feb 2023 10:19:59 +0000 (+0800) Subject: python-packaging: Remove BROKEN X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=84d9831dcb794bffaa1f12cdb4cd39426c9ecd0e;p=openwrt-packages.git python-packaging: Remove BROKEN With proper support of pyproject.toml-based builds in place, this package will now build. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-packaging/Makefile b/lang/python/python-packaging/Makefile index c727c20aa..6348bbdc7 100644 --- a/lang/python/python-packaging/Makefile +++ b/lang/python/python-packaging/Makefile @@ -32,7 +32,7 @@ define Package/python3-packaging SUBMENU:=Python TITLE:=Core utilities for Python packages URL:=https://github.com/pypa/packaging - DEPENDS:=+python3-light +python3-logging +python3-urllib @BROKEN + DEPENDS:=+python3-light +python3-logging +python3-urllib endef define Package/python3-packaging/description