python-dev: add python-lib2to3 as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
165cd9f96a
commit
bb2f8fa8ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue