python3.pkgs.pydeck: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-23 17:20:06 -07:00
parent cc05774b30
commit 75e94e346b
@@ -4,6 +4,7 @@
, ipykernel
, ipywidgets
, jinja2
, jupyter
, numpy
, pandas
, pytestCheckHook
@@ -26,6 +27,8 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
jinja2
jupyter
setuptools
wheel
];