diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 22:02:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:48 +0100 |
commit | acc7ffca5c393a3a9695d301d12970382f020bb8 (patch) | |
tree | 02e93a9e2ac278fb161fdc3d447be898b601645d | |
parent | 3b74775c9625d7a4040fa5db791c7567034a2d1b (diff) |
gnu: python-cle: Add missing inputs.
* gnu/packages/python-xyz.scm (python-cle)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Icad90691f19b76ff626bd35b4d72059da269d677
-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 |