diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 22:02:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:48 +0100 |
commit | 08be08901288b0ac6e8a62acf3ea11f5aa0d133e (patch) | |
tree | 26ba32c12067d5072146b14116e65078098bcdc6 /gnu/packages/python-xyz.scm | |
parent | acc7ffca5c393a3a9695d301d12970382f020bb8 (diff) |
gnu: python-angr: Add missing inputs.
* gnu/packages/python-xyz.scm (python-angr)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: If63c07b6d436b8ef2dac55e976a7715ac510edd8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1760cefcab..b0160dc97a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36161,6 +36161,8 @@ mangled symbols, which can be used for directly extracting type information.") unicorn)) (native-inputs `(("python-pytest" ,python-pytest) ("python-pytest-xdist" ,python-pytest-xdist) + ("python-setuptools" ,python-setuptools) + ("python-wheel" ,python-wheel) ("binaries" ;; This repository ships several binaries used only for testing ;; purpose. The binaries are not executed and not part of the |