commit b59def2299027085c99137f86bae56239bb882c5
parent 94e7fbdda1c4ea2b09128428d373c6fa0f14b76c
Author: Steven Barth <steven@midlink.org>
Date: Tue, 10 Mar 2015 09:22:26 +0100
Merge pull request #1013 from commodo/python-updates
python: remove PyPackage rules for python package
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/python/Makefile b/lang/python/Makefile
@@ -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))