mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pysmt: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pysmt)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia2efffee11ed484768de1e85f087eda8fbd369d3
This commit is contained in:
parent
8ef47ccb1b
commit
e224ee0227
1 changed files with 1 additions and 1 deletions
|
@ -35945,7 +35945,7 @@ SMT solvers and is built on top of the Z3 solver.")
|
|||
(add-before 'check 'set-pysmt-solver
|
||||
(lambda _
|
||||
(setenv "PYSMT_SOLVER" "z3"))))))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs (list z3))
|
||||
(home-page "https://github.com/pysmt/pysmt")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue