python3Packages.yark: fix build by relaxing some deps
This commit is contained in:
parent
9f63330e69
commit
01f43df8d8
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"flask"
|
||||
"requests"
|
||||
"yt-dlp"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue