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:
parent
107e037763
commit
84d9831dcb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ define Package/python3-packaging
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Core utilities for Python packages
|
TITLE:=Core utilities for Python packages
|
||||||
URL:=https://github.com/pypa/packaging
|
URL:=https://github.com/pypa/packaging
|
||||||
DEPENDS:=+python3-light +python3-logging +python3-urllib @BROKEN
|
DEPENDS:=+python3-light +python3-logging +python3-urllib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-packaging/description
|
define Package/python3-packaging/description
|
||||||
|
|
Loading…
Reference in a new issue