python-dev: add python-lib2to3 as dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2017-01-04 11:41:48 +02:00
parent 165cd9f96a
commit bb2f8fa8ed

View file

@ -8,7 +8,7 @@
define Package/python-dev
$(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) development files
DEPENDS:=+python
DEPENDS:=+python +python-lib2to3
endef
define PyPackage/python-dev/install