pygtk requires python 2.5

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-09-13 22:03:39 +00:00
parent f3e397a178
commit 35a4b36a3e

View File

@ -57,3 +57,6 @@ $(eval $(call BuildPackage,python-gtk))
$(eval $(call RequireCommand,pygtk-codegen-2.0, \
Please install the pygtk 2.0 development package \
))
$(eval $(call RequireCommand,python2.5, \
Please install Python 2.5 \
))