python-packaging: Remove BROKEN

With proper support of pyproject.toml-based builds in place, this
package will now build.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-02-18 18:19:59 +08:00
parent 107e037763
commit 84d9831dcb
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 1 additions and 1 deletions

View File

@ -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