Helps if I install the python-soundfile module first.
This commit is contained in:
parent
9048ddf99d
commit
f89f5a6295
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ before-test = "brew install libsndfile"
|
||||||
select = '*-musllinux*'
|
select = '*-musllinux*'
|
||||||
before-test = [
|
before-test = [
|
||||||
'apk add libsndfile',
|
'apk add libsndfile',
|
||||||
|
'pip install soundfile',
|
||||||
'PYVER=`python -c "import sys; print(\".\".join(map(str, sys.version_info[:2])))"`',
|
'PYVER=`python -c "import sys; print(\".\".join(map(str, sys.version_info[:2])))"`',
|
||||||
'sed -i "192b1; b ;:1;s/_explicit_libname/\"\/usr\/lib\/libsndfile.so.1.0.37\"/g" $VIRTUAL_ENV/lib/python$PYVER/site-packages/soundfile.py',
|
'sed -i "192b1; b ;:1;s/_explicit_libname/\"\/usr\/lib\/libsndfile.so.1.0.37\"/g" $VIRTUAL_ENV/lib/python$PYVER/site-packages/soundfile.py',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue