tags 632367 + patch
thanks

* Jakub Wilk <jw...@debian.org>, 2011-07-11, 01:35:
pygobject-codegen-2.0 calls python2.6, but python-gobject-dev doesn't depend on python2.6. The package does depend on python, which is sufficent for now, but it'll break badly with python (>= 2.7).

I propose to fix this bug with the attached patch.

--
Jakub Wilk
--- a/codegen/pygobject-codegen-2.0.in
+++ b/codegen/pygobject-codegen-2.0.in
@@ -8,4 +8,4 @@
 PYTHONPATH=$codegendir
 export PYTHONPATH
 
-exec @PYTHON@ $codegendir/codegen.py "$@"
+exec python $codegendir/codegen.py "$@"

Reply via email to