python3Packages.psd-tools: fix missing dependencies
This commit is contained in:
parent
8b925da7b9
commit
94d2ef3aea
1 changed files with 6 additions and 0 deletions
|
@ -2,9 +2,12 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, attrs
|
||||
, docopt
|
||||
, pillow
|
||||
, scikit-image
|
||||
, scipy
|
||||
, numpy
|
||||
, aggdraw
|
||||
, pytestCheckHook
|
||||
, ipython
|
||||
|
@ -31,10 +34,13 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
aggdraw
|
||||
attrs
|
||||
docopt
|
||||
ipython
|
||||
numpy
|
||||
pillow
|
||||
scikit-image
|
||||
scipy
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue