mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python3: remove lib2to3 dep from 'python3-package-dev'
lib2to3 no longer exists. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
0ae94ee364
commit
fabcdb58c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user