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

python3Packages.psd-tools: fixed build
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 18:20:29 +02:00 committed by GitHub
commit d066464076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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