python3Packages.psd-tools: fixed build

This commit is contained in:
steinuil 2024-03-29 14:32:18 +01:00
parent 6f97e21691
commit 1699d1fa88

View File

@ -10,8 +10,9 @@
, numpy , numpy
, aggdraw , aggdraw
, pytestCheckHook , pytestCheckHook
, pytest-cov
, ipython , ipython
, cython , cython_3
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -29,7 +30,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cython cython_3
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -45,6 +46,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
pytestCheckHook pytestCheckHook
pytest-cov
]; ];
pythonImportsCheck = [ pythonImportsCheck = [