diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-03 16:49:52 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:29 +0100 |
| commit | 47fa6c21c2f2b8757e8a3c51a3fba7ce7ab55965 (patch) | |
| tree | 52860174090de3c09e794e95ddf4b2c0e7385ecd /gnu/packages | |
| parent | c829137e8f3e617a569c049135ecaced5c956cc7 (diff) | |
gnu: python-edalize: Add missing native-input.
* gnu/packages/electronics.scm (python-edalize)[native-inputs]:
Add python-pyparsing.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/electronics.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index ba1b7eab342..8cbb33513b2 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -3825,7 +3825,10 @@ form of AXI, AXI lite, and AXI stream modules.") | |||
| 3825 | #$(version-major+minor (package-version python)) | 3825 | #$(version-major+minor (package-version python)) |
| 3826 | "/site-packages/edalize/templates"))))))) | 3826 | "/site-packages/edalize/templates"))))))) |
| 3827 | (native-inputs | 3827 | (native-inputs |
| 3828 | (list python-pytest python-setuptools python-setuptools-scm)) | 3828 | (list python-pyparsing |
| 3829 | python-pytest | ||
| 3830 | python-setuptools | ||
| 3831 | python-setuptools-scm)) | ||
| 3829 | (propagated-inputs | 3832 | (propagated-inputs |
| 3830 | (list python-importlib-metadata python-jinja2 python-pandas)) | 3833 | (list python-importlib-metadata python-jinja2 python-pandas)) |
| 3831 | (home-page "https://github.com/olofk/edalize/") | 3834 | (home-page "https://github.com/olofk/edalize/") |
