git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0ae94ee
)
python3: remove lib2to3 dep from 'python3-package-dev'
author
Alexandru Ardelean
<redacted>
Tue, 11 Nov 2025 10:02:39 +0000
(12:02 +0200)
committer
Alexandru Ardelean
<redacted>
Wed, 12 Nov 2025 19:44:33 +0000
(21:44 +0200)
lib2to3 no longer exists.
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python3/files/python3-package-dev.mk
patch
|
blob
|
history
diff --git
a/lang/python/python3/files/python3-package-dev.mk
b/lang/python/python3/files/python3-package-dev.mk
index 871fff9ee9e7751a481ff6efb8347b4e1f03929b..18105a6dba6ddbf9b06e6e8738ae990122c8aebd 100644
(file)
--- a/
lang/python/python3/files/python3-package-dev.mk
+++ b/
lang/python/python3/files/python3-package-dev.mk
@@
-8,7
+8,7
@@
define Package/python3-dev
$(call Package/python3/Default)
TITLE+= development files
- DEPENDS:=+python3
+python3-lib2to3
+ DEPENDS:=+python3
endef
define Package/python3-dev/description
git clone https://git.99rst.org/PROJECT