python3.pkgs.pydeck: add missing build dependencies
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
, ipykernel
|
||||
, ipywidgets
|
||||
, jinja2
|
||||
, jupyter
|
||||
, numpy
|
||||
, pandas
|
||||
, pytestCheckHook
|
||||
@@ -26,6 +27,8 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
jinja2
|
||||
jupyter
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user