Browse Source

python-dev: add python-lib2to3 as dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
bb2f8fa8ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/files/python-package-dev.mk

+ 1
- 1
lang/python/files/python-package-dev.mk 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


Loading…
Cancel
Save