mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a3545762f8
commit
82ffd6f29f
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue