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