python312Packages.syncedlyrics: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 15:44:18 +01:00 committed by GitHub
parent 7df2cb2083
commit 860e008080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
hash = "sha256-Q0Hu403Hxr4iDuZfGQjgTSuNMVgsqd9zLRl9Vc1YzyQ="; hash = "sha256-Q0Hu403Hxr4iDuZfGQjgTSuNMVgsqd9zLRl9Vc1YzyQ=";
}; };
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
@ -32,7 +32,7 @@ buildPythonPackage rec {
"rapidfuzz" "rapidfuzz"
]; ];
propagatedBuildInputs = [ dependencies = [
requests requests
rapidfuzz rapidfuzz
beautifulsoup4 beautifulsoup4