0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

ytdl-sub: relax yt-dlp dependency

(cherry picked from commit e181443fa0)
This commit is contained in:
Arne Keller 2024-12-04 09:21:22 +01:00 committed by github-actions[bot]
parent c88114f800
commit 2b801c6f7d

View file

@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
};
pythonRelaxDeps = [
"yt-dlp"
];
build-system = with python3Packages; [
setuptools
wheel