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
1 changed files with 2 additions and 2 deletions

View File

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