1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: open-simulation-interface: Switch to pyproject.

* gnu/packages/simulation.scm (open-simulation-interface):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: Ie27bdc726ee7a943cdb7a59b86595853e78a575e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-11-22 22:42:11 +01:00
committed by Sharlatan Hellseher
parent 2b2889137f
commit bc4297daa9

View File

@@ -483,8 +483,11 @@ functions in virtual scenarios.")
(define-public python-open-simulation-interface
(package/inherit open-simulation-interface
(name "python-open-simulation-interface")
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments '())
(native-inputs
(modify-inputs (package-native-inputs open-simulation-interface)
(append python-pytest python-setuptools)))
(propagated-inputs
(list python-pyyaml
python-protobuf))))