gnu: python-pandapower: Fix build.

* gnu/packages/engineering.scm (python-pandapower): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: If8c68146fe0bd93f904274221bce7e98229813fe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Felix Gruber 2025-01-25 19:34:47 +00:00 committed by Sharlatan Hellseher
parent a3545762f8
commit 82ffd6f29f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -35,7 +35,7 @@
;;; Copyright © 2022 Greg Hogan <code@greghogan.com> ;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022, 2023 Felix Gruber <felgru@posteo.net> ;;; Copyright © 2022, 2023, 2025 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis@gmail.com> ;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis@gmail.com>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 pinoaffe <pinoaffe@gmail.com> ;;; Copyright © 2023 pinoaffe <pinoaffe@gmail.com>
@ -2717,7 +2717,11 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.")
(sha256 (sha256
(base32 "139ahp08kci8asmv35bcibbnkfr5s1ff5j84n490s47ibsglk4yi")))) (base32 "139ahp08kci8asmv35bcibbnkfr5s1ff5j84n490s47ibsglk4yi"))))
(build-system pyproject-build-system) (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 (propagated-inputs (list python-deepdiff
python-geojson python-geojson
python-networkx python-networkx