Unverified Commit b99939dc authored by octvs's avatar octvs
Browse files

epy: add dependency removed from python stdlib

Fix epy build failure by adding dependency directly that was removed
from python standard library [1].

[1]: https://peps.python.org/pep-0594/#imghdr
parent 713d703a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ python3Packages.buildPythonApplication rec {
    hash = "sha256-gel503e8DXjrMJK9lpAZ6GxQsrahKX+SjiyRwKbiJUY=";
  };

  dependencies = [ python3Packages.standard-imghdr ];

  nativeBuildInputs = [ python3Packages.poetry-core ];

  pythonImportsCheck = [