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
|
, 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 = [
|
||||||
|
|
Loading…
Reference in a new issue