diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-14 23:45:37 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-14 23:45:37 +0000 |
commit | d3b17a129bd6c7af35af6ee66cfb9fbae9a488a8 (patch) | |
tree | 74dc5ec283df16fbe7f1dc8e01c5fe49fbf487b1 | |
parent | c8eb0a0839b3ba6be94383f90d583c7d13f5b1ea (diff) | |
download | clientdata-d3b17a129bd6c7af35af6ee66cfb9fbae9a488a8.tar.gz clientdata-d3b17a129bd6c7af35af6ee66cfb9fbae9a488a8.tar.bz2 clientdata-d3b17a129bd6c7af35af6ee66cfb9fbae9a488a8.tar.xz clientdata-d3b17a129bd6c7af35af6ee66cfb9fbae9a488a8.zip |
Switch from obsolete python-pyvorbis library to python-soundfile
Wont work until new tools.git.
****
ml/clientdata!172
-rwxr-xr-x | .tools/testxml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index 8fd3d5b7..ad0617fa 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -5,7 +5,7 @@ source ./.tools/init.sh clientdata_init aptget_update -aptget_install git-core libxml2-utils python python-pil python-pyvorbis +aptget_install git-core libxml2-utils python python-pil python-soundfile rm -rf tools gitclone https://git.themanaworld.org/ml tools.git tools |