pythonPackages.bokeh: added packaging dependency

This commit is contained in:
Marcus Boyd 2019-10-12 20:43:12 +10:30
parent 5bea2997fe
commit 2a1797ae9b

View File

@ -8,6 +8,7 @@
, mock
, numpy
, nodejs
, packaging
, pillow
, pytest
, python
@ -48,6 +49,7 @@ buildPythonPackage rec {
pyyaml
tornado
numpy
packaging
]
++ lib.optionals ( !isPy3k ) [ futures ];