diff options
author | Felix Gruber <felgru@posteo.net> | 2025-01-25 19:34:48 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 22:18:09 +0000 |
commit | 41a7e1ad8def2be6de234f058bb4f375bbab6135 (patch) | |
tree | c805f68eda8cfcd454dc20ed13a7008855323fc0 | |
parent | 82ffd6f29fd76d28223b8b59d56a39b5c097fdee (diff) |
gnu: python-pandapipes: Fix build.
* gnu/packages/engineering.scm (python-pandapipes): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I8c1d24e678b41942fa8c8d81ec582de900caedc8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 7e15e831aa..47ba393c47 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2758,6 +2758,8 @@ Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the (native-inputs (list python-nbmake python-pytest python-pytest-xdist + python-setuptools + python-wheel unzip)) (propagated-inputs (list python-matplotlib python-pandapower |