gnu: python-claripy: Add missing inputs. * gnu/packages/python-xyz.scm (python-claripy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3df251ecbb04c1f1a808fbfadb1358a73fc3aadf
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 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