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

[Backport release-24.11] ytdl-sub: relax yt-dlp dependency (#362078)

This commit is contained in:
Aleksana 2024-12-05 21:41:31 +08:00 committed by GitHub
commit 11c22431f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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