temporarily disable python-dev check

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23620 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-24 14:09:32 +00:00
parent cfc65b7052
commit c8c559d95c

View File

@ -136,9 +136,9 @@ define Require/python2-dev
[ -e /usr/include/python2.6/Python.h ]
endef
$(eval $(call Require,python2-dev, \
Please install Python 2.x headers (python-dev) \
))
#$(eval $(call Require,python2-dev, \
# Please install Python 2.x headers (python-dev) \
#))
$(eval $(call RequireCommand,python, \
Please install Python 2.x \