pythonPackages.bokeh: added packaging dependency
This commit is contained in:
parent
5bea2997fe
commit
2a1797ae9b
@ -8,6 +8,7 @@
|
|||||||
, mock
|
, mock
|
||||||
, numpy
|
, numpy
|
||||||
, nodejs
|
, nodejs
|
||||||
|
, packaging
|
||||||
, pillow
|
, pillow
|
||||||
, pytest
|
, pytest
|
||||||
, python
|
, python
|
||||||
@ -48,6 +49,7 @@ buildPythonPackage rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
tornado
|
tornado
|
||||||
numpy
|
numpy
|
||||||
|
packaging
|
||||||
]
|
]
|
||||||
++ lib.optionals ( !isPy3k ) [ futures ];
|
++ lib.optionals ( !isPy3k ) [ futures ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user