From 41a7e1ad8def2be6de234f058bb4f375bbab6135 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sat, 25 Jan 2025 19:34:48 +0000 Subject: [PATCH] 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 --- gnu/packages/engineering.scm | 2 ++ 1 file changed, 2 insertions(+) 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