rekado pushed a commit to branch python-team in repository guix. commit 7fed7e865de82ebe79218d33d3ae360ea9a86344 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Sun Jan 12 22:02:13 2025 +0100
gnu: python-cle: Add missing inputs. * gnu/packages/python-xyz.scm (python-cle)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icad90691f19b76ff626bd35b4d72059da269d677 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b52005e313..1760cefcab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35839,7 +35839,7 @@ binary analysis platform.") #:tests? #f)) (propagated-inputs (list python-pefile python-pyelftools python-pyvex python-sortedcontainers python-cart)) - (native-inputs (list python-cffi)) + (native-inputs (list python-cffi python-setuptools python-wheel)) (home-page "https://github.com/angr/cle") (synopsis "Python loader for binaries and their associated libraries") (description