mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #71024 from marcus7070/marcus7070/bokeh-fix
pythonPackages.bokeh: added packaging dependency
This commit is contained in:
commit
4c66894292
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user