mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lcapy: Add missing native-inputs.
* gnu/packages/engineering.scm (python-lcapy)[native-inputs]: Add python-setuptools, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a2b0677470
commit
c1b3887d56
1 changed files with 3 additions and 1 deletions
|
@ -3138,7 +3138,9 @@ Microwave engineering.")
|
||||||
python-scipy
|
python-scipy
|
||||||
python-sympy
|
python-sympy
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/mph-/lcapy")
|
(home-page "https://github.com/mph-/lcapy")
|
||||||
(synopsis "Symbolic linear circuit analysis")
|
(synopsis "Symbolic linear circuit analysis")
|
||||||
(description "Lcapy is a Python package for linear circuit analysis. It
|
(description "Lcapy is a Python package for linear circuit analysis. It
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue