Merge pull request #288496 from dawidd6/yark-fix-build
python3Packages.yark: fix build by relaxing some deps
This commit is contained in:
commit
3a8f6368ca
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
"flask"
|
||||||
"requests"
|
"requests"
|
||||||
|
"yt-dlp"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue