Merge pull request #288496 from dawidd6/yark-fix-build

python3Packages.yark: fix build by relaxing some deps
This commit is contained in:
Fabian Affolter 2024-02-13 14:02:18 +01:00 committed by GitHub
commit 3a8f6368ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,9 @@ buildPythonPackage rec {
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [
"flask"
"requests" "requests"
"yt-dlp"
]; ];
nativeBuildInputs = [ nativeBuildInputs = [