Merge pull request #71024 from marcus7070/marcus7070/bokeh-fix

pythonPackages.bokeh: added packaging dependency
This commit is contained in:
Florian Klink 2019-10-12 14:36:06 +02:00 committed by GitHub
commit 4c66894292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];