python3Packages.psd-tools: fix missing dependencies

This commit is contained in:
Daniel Olsen 2024-01-19 21:16:17 +01:00
parent 8b925da7b9
commit 94d2ef3aea

View file

@ -2,9 +2,12 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pythonOlder , pythonOlder
, attrs
, docopt , docopt
, pillow , pillow
, scikit-image , scikit-image
, scipy
, numpy
, aggdraw , aggdraw
, pytestCheckHook , pytestCheckHook
, ipython , ipython
@ -31,10 +34,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
aggdraw aggdraw
attrs
docopt docopt
ipython ipython
numpy
pillow pillow
scikit-image scikit-image
scipy
]; ];
nativeCheckInputs = [ nativeCheckInputs = [