projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3d3fa
)
pygtk requires python 2.5
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Sep 2008 22:03:39 +0000
(22:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 13 Sep 2008 22:03:39 +0000
(22:03 +0000)
SVN-Revision: 12606
lang/pygtk/Makefile
patch
|
blob
|
history
diff --git
a/lang/pygtk/Makefile
b/lang/pygtk/Makefile
index 9c978857b989338824aac3caef3659e4083801d5..1906aef6bdb15838621c46e43589fd501c18341a 100644
(file)
--- 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 \
+))