diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-22 22:42:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-26 21:22:05 +0000 |
| commit | bc4297daa9c9de82ed5d3338a67052fb18e4ce70 (patch) | |
| tree | e4950dc1fbf70ada29df0cb49f54bce5b6e4b3b5 /gnu/packages/simulation.scm | |
| parent | 2b2889137f8c6346e03686959d371e40f8f707b5 (diff) | |
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>
Diffstat (limited to 'gnu/packages/simulation.scm')
| -rw-r--r-- | gnu/packages/simulation.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index bce285d72c5..b6a917f9930 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -483,8 +483,11 @@ functions in virtual scenarios.") | |||
| 483 | (define-public python-open-simulation-interface | 483 | (define-public python-open-simulation-interface |
| 484 | (package/inherit open-simulation-interface | 484 | (package/inherit open-simulation-interface |
| 485 | (name "python-open-simulation-interface") | 485 | (name "python-open-simulation-interface") |
| 486 | (build-system python-build-system) | 486 | (build-system pyproject-build-system) |
| 487 | (arguments '()) | 487 | (arguments '()) |
| 488 | (native-inputs | ||
| 489 | (modify-inputs (package-native-inputs open-simulation-interface) | ||
| 490 | (append python-pytest python-setuptools))) | ||
| 488 | (propagated-inputs | 491 | (propagated-inputs |
| 489 | (list python-pyyaml | 492 | (list python-pyyaml |
| 490 | python-protobuf)))) | 493 | python-protobuf)))) |
