python3Packages.yark: fix build by relaxing some deps

This commit is contained in:
Dawid Dziurla
2024-02-13 10:59:53 +01:00
parent 9f63330e69
commit 01f43df8d8
@@ -25,7 +25,9 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"flask"
"requests"
"yt-dlp"
];
nativeBuildInputs = [