ytdl-sub: relax yt-dlp dependency

This commit is contained in:
Arne Keller 2024-12-04 09:21:22 +01:00 committed by GitHub
parent e2bf75c862
commit e181443fa0
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