projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a675c4e
)
python-packaging: Remove BROKEN
author
Jeffery To
<jeffery.to@gmail.com>
Sat, 18 Feb 2023 10:19:59 +0000
(18:19 +0800)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 13 Oct 2023 06:39:13 +0000
(08:39 +0200)
With proper support of pyproject.toml-based builds in place, this
package will now build.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit
84d9831dcb794bffaa1f12cdb4cd39426c9ecd0e
)
lang/python/python-packaging/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-packaging/Makefile
b/lang/python/python-packaging/Makefile
index c727c20aab14985cc7512e21f8931b4f969a9b0e..6348bbdc75213299b984c3fb76ffa521187dfc89 100644
(file)
--- 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