projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e397a
)
pygtk requires python 2.5
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 22:03:39 +0000
(22:03 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 13 Sep 2008 22:03:39 +0000
(22:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12606
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/pygtk/Makefile
patch
|
blob
|
history
diff --git
a/lang/pygtk/Makefile
b/lang/pygtk/Makefile
index
9c97885
..
1906aef
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 \
+))