mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-claripy: Add missing inputs.
* gnu/packages/python-xyz.scm (python-claripy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3df251ecbb04c1f1a808fbfadb1358a73fc3aadf
This commit is contained in:
parent
78bdaf6987
commit
ddbe80b85d
1 changed files with 1 additions and 0 deletions
|
@ -35915,6 +35915,7 @@ to enable all kinds of binary analysis tasks.")
|
|||
(invoke "python" "-m" "unittest"))))))))
|
||||
(propagated-inputs (list python-cachetools python-decorator python-pysmt
|
||||
z3))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/angr/claripy")
|
||||
(synopsis "Abstraction layer for constraint solvers")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue