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:
107e037
)
python-packaging: Remove BROKEN
author
Jeffery To
<jeffery.to@gmail.com>
Sat, 18 Feb 2023 10:19:59 +0000
(18:19 +0800)
committer
Jeffery To
<jeffery.to@gmail.com>
Mon, 24 Apr 2023 08:20:34 +0000
(16:20 +0800)
With proper support of pyproject.toml-based builds in place, this
package will now build.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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