Unverified Commit 3a8f6368 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #288496 from dawidd6/yark-fix-build

python3Packages.yark: fix build by relaxing some deps
parents 40a7b182 01f43df8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "flask"
    "requests"
    "yt-dlp"
  ];

  nativeBuildInputs = [