Merge pull request #288496 from dawidd6/yark-fix-build
python3Packages.yark: fix build by relaxing some deps
This commit is contained in:
commit
3a8f6368ca
@ -25,7 +25,9 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"flask"
|
||||
"requests"
|
||||
"yt-dlp"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user