mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
[Backport release-24.11] ytdl-sub: relax yt-dlp dependency (#362078)
This commit is contained in:
commit
11c22431f6
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
|
||||||
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
|
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"yt-dlp"
|
||||||
|
];
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue