immich-machine-learning: drop superfluous patch

This commit is contained in:
Robert Schütz 2024-11-11 14:16:08 -08:00
parent 67c88f3c4b
commit 0bc675c40f

View File

@ -19,9 +19,6 @@ python.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'fastapi-slim' 'fastapi'
# AttributeError: module 'cv2' has no attribute 'Mat'
substituteInPlace app/test_main.py --replace-fail ": cv2.Mat" ""
'';
pythonRelaxDeps = [