Commit 1699d1fa authored by steinuil's avatar steinuil
Browse files

python3Packages.psd-tools: fixed build

parent 6f97e216
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,8 +10,9 @@
, numpy
, aggdraw
, pytestCheckHook
, pytest-cov
, ipython
, cython
, cython_3
}:

buildPythonPackage rec {
@@ -29,7 +30,7 @@ buildPythonPackage rec {
  };

  nativeBuildInputs = [
    cython
    cython_3
  ];

  propagatedBuildInputs = [
@@ -45,6 +46,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    pytest-cov
  ];

  pythonImportsCheck = [