diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |