From 880793c8885b2f99bf9dbd65ef36edb90d193b90 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 13 Sep 2008 22:03:39 +0000 Subject: [PATCH] pygtk requires python 2.5 SVN-Revision: 12606 --- lang/pygtk/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 9c978857b9..1906aef6bd 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -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 \ +)) -- 2.30.2