mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Andreas Enge
parent
a2b0677470
commit
c1b3887d56
@@ -3138,7 +3138,9 @@ Microwave engineering.")
|
||||
python-scipy
|
||||
python-sympy
|
||||
python-wheel))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/mph-/lcapy")
|
||||
(synopsis "Symbolic linear circuit analysis")
|
||||
(description "Lcapy is a Python package for linear circuit analysis. It
|
||||
|
||||
Reference in New Issue
Block a user