This is an automated email from the git hooks/post-receive script. yoh pushed a commit to branch master in repository python-mne.
commit 4f6e338129bcb667748cf15123c21056008ad05c Author: Yaroslav Halchenko <[email protected]> Date: Sat Oct 1 23:41:13 2016 -0400 Need to export ETS_TOOLKIT=qt4 to avoid cannot set toolkit to qt4 because it has already been set to wx --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 98e6e01..3ee1261 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ NOSETESTS=nosetests +# to avoid cannot set toolkit to qt4 because it has already been set to wx +export ETS_TOOLKIT=qt4 + %: dh $@ --with python2 --buildsystem python_distutils -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
