ytdl-sub: relax yt-dlp dependency (#361694)

This commit is contained in:
Aleksana
2024-12-05 21:32:26 +08:00
committed by GitHub
+4
View File
@@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
};
pythonRelaxDeps = [
"yt-dlp"
];
build-system = with python3Packages; [
setuptools
wheel