mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
python-dev: add python-lib2to3 as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
define Package/python-dev
|
define Package/python-dev
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE:=Python $(PYTHON_VERSION) development files
|
TITLE:=Python $(PYTHON_VERSION) development files
|
||||||
DEPENDS:=+python
|
DEPENDS:=+python +python-lib2to3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-dev/install
|
define PyPackage/python-dev/install
|
||||||
|
|||||||
Reference in New Issue
Block a user