Helps if I install the python-soundfile module first.

This commit is contained in:
Josh W 2024-09-05 07:08:25 -04:00
parent 9048ddf99d
commit f89f5a6295

View file

@ -22,6 +22,7 @@ before-test = "brew install libsndfile"
select = '*-musllinux*'
before-test = [
'apk add libsndfile',
'pip install soundfile',
'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',
]