summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-12 22:01:29 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:48 +0100
commit3b74775c9625d7a4040fa5db791c7567034a2d1b (patch)
tree01638eb3f12270c721af597035341f103e1633b3 /gnu/packages/python-xyz.scm
parente8ef8a549780e196846718d5bffe36fb39f7d2cb (diff)
gnu: python-pyvex: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pyvex)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I09f711e88b62d4b3aee5c0b9828ce4d94df92a41
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7dec04ead1..b52005e313 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35874,6 +35874,7 @@ it was loader by the operating system's loader.")
(setenv "CC" #$(cc-for-target))
(setenv "CC_NATIVE" "gcc"))))))
(propagated-inputs (list python-archinfo python-bitstring python-cffi))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/angr/pyvex")
(synopsis "Python interface to libVEX and VEX IR")
(description