twisted: hard code path to python to prevent virtual python issues

This commit is contained in:
Danny Rawlins 2014-01-27 18:54:59 +11:00
parent 744467f384
commit a28a8f1720

View File

@ -11,7 +11,7 @@ source=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$version.tar.bz
build() {
cd Twisted-$version
python setup.py install --root=$PKG
/usr/bin/python setup.py install --root=$PKG
find $PKG \
-name README -o \