puddletag: remove chromaprint

Chromaprint depends on m2r, which depends on mistune <2.0.0, but only mistune >2.0.0 is available.
This commit is contained in:
Maxwell-lt 2022-09-07 18:47:50 -04:00 committed by Peter Hoeg
parent f917bfc5b4
commit 3cd2a69eb0

View File

@ -39,6 +39,7 @@ python3Packages.buildPythonApplication rec {
--replace share/pixmaps share/icons
cp requirements.in requirements.txt
sed -i requirements.txt -e 's/^chromaprint$//'
'' + lib.concatMapStringsSep "\n"
(e: ''
sed -i requirements.txt -e 's/^${e}.*/${e}/'
@ -49,7 +50,6 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pyacoustid
chromaprint
configobj
levenshtein
lxml