Removing python-tk install [skip ci]

This commit is contained in:
wiredfool 2014-03-26 14:37:38 -07:00
parent 8ffcf97070
commit 33dda2ef61

View File

@ -17,8 +17,6 @@ python:
install: install:
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake" - "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"
- "pip install cffi" - "pip install cffi"
# enables pypy to compile
# - "sudo apt-get install python-tk"
# webp # webp
- pushd depends && ./install_webp.sh && popd - pushd depends && ./install_webp.sh && popd