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:
Alexandru Ardelean
2025-11-11 12:02:39 +02:00
committed by Alexandru Ardelean
parent 0ae94ee364
commit fabcdb58c6

View File

@@ -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