ffmpeg-normalize: use pythonRelaxDeps (#543693)

This commit is contained in:
Pavol Rusnak
2026-07-20 07:11:51 +00:00
committed by GitHub
+3 -6
View File
@@ -27,12 +27,9 @@ python3Packages.buildPythonApplication rec {
]
++ [ ffmpeg ];
postPatch = with python3Packages; ''
substituteInPlace pyproject.toml \
--replace-fail \
'colorlog==6.7.0' \
'colorlog==${colorlog.version}'
'';
pythonRelaxDeps = [
"colorlog"
];
checkPhase = ''
runHook preCheck