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
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

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