GNU bug report logs - #75838
[PATCH 0/2] Fix python-pandapower and python-pandapipes

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 25 Jan 2025 19:34:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 75838 <at> debbugs.gnu.org (full text, mbox):

From: Felix Gruber <felgru <at> posteo.net>
To: 75838 <at> debbugs.gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 2/2] gnu: python-pandapipes: Fix build.
Date: Sat, 25 Jan 2025 19:34:48 +0000
* gnu/packages/engineering.scm (python-pandapipes): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I8c1d24e678b41942fa8c8d81ec582de900caedc8
---
 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 @@ (define-public python-pandapipes
     (native-inputs (list python-nbmake
                          python-pytest
                          python-pytest-xdist
+                         python-setuptools
+                         python-wheel
                          unzip))
     (propagated-inputs (list python-matplotlib
                              python-pandapower
-- 
2.45.2





This bug report was last modified 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.