Browse Source

Merge pull request #1013 from commodo/python-updates

python: remove PyPackage rules for python package
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
b59def2299
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/Makefile

+ 1
- 1
lang/python/Makefile View File

@ -241,7 +241,7 @@ $(foreach package, $(PYTHON_PACKAGES), \
$(eval $(call PyPackage,python-base))
$(eval $(call PyPackage,python-light))
$(eval $(call PyPackage,python))
#$(eval $(call PyPackage,python))
$(eval $(call BuildPackage,python-base))
$(eval $(call BuildPackage,python-light))


Loading…
Cancel
Save