Merge pull request #180882 from mweinelt/tts-relax-cython

tts: relax cython constraint
This commit is contained in:
Martin Weinelt 2022-07-09 19:55:20 +02:00 committed by GitHub
commit 363f20a602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ python.pkgs.buildPythonApplication rec {
postPatch = let
relaxedConstraints = [
"cython"
"gruut"
"librosa"
"mecab-python3"