python3Packages.psd-tools: fixed build

This commit is contained in:
steinuil 2024-03-29 14:32:18 +01:00
parent 6f97e21691
commit 1699d1fa88
1 changed files with 4 additions and 2 deletions

View File

@ -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 = [