GNU bug report logs -
#75838
[PATCH 0/2] Fix python-pandapower and python-pandapipes
Previous Next
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 #8 received at 75838 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/engineering.scm (python-pandapower): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: If8c68146fe0bd93f904274221bce7e98229813fe
---
gnu/packages/engineering.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5a93227e2a..7e15e831aa 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -35,7 +35,7 @@
;;; Copyright © 2022 Greg Hogan <code <at> greghogan.com>
;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
-;;; Copyright © 2022, 2023 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2022, 2023, 2025 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis <at> gmail.com>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2023 pinoaffe <pinoaffe <at> gmail.com>
@@ -2717,7 +2717,11 @@ (define-public python-pandapower
(sha256
(base32 "139ahp08kci8asmv35bcibbnkfr5s1ff5j84n490s47ibsglk4yi"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pyproj python-pytest unzip))
+ (native-inputs (list python-pyproj
+ python-pytest
+ python-setuptools
+ python-wheel
+ unzip))
(propagated-inputs (list python-deepdiff
python-geojson
python-networkx
--
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.