Unverified Commit d0664640 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #299993 from steinuil/fix-psd-tools

python3Packages.psd-tools: fixed build
parents 32ee6959 1699d1fa
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 = [