python2-chardet: hard code path to python to prevent virtual python issues
This commit is contained in:
parent
dac54488ec
commit
4206dacd90
@ -11,6 +11,6 @@ source=(https://pypi.python.org/packages/source/c/chardet/chardet-$version.tar.g
|
||||
|
||||
build() {
|
||||
cd chardet-$version
|
||||
python setup.py install --root=$PKG
|
||||
/usr/bin/python setup.py install --root=$PKG
|
||||
find $PKG -name '*.egg-info' | xargs rm -rf
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user