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:
parent
f917bfc5b4
commit
3cd2a69eb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue