Merge pull request #1013 from commodo/python-updates

python: remove PyPackage rules for python package
This commit is contained in:
Steven Barth 2015-03-10 09:22:26 +01:00
commit b59def2299
1 changed files with 1 additions and 1 deletions

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))