diff options
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 |