diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c7bf40e01e..bd92714d91 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36068,6 +36068,7 @@ interactions with lists of Python objects.") (when tests? (with-directory-excursion "tests" (invoke "python" "-m" "unittest")))))))) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/whitequark/python-itanium_demangler/") (synopsis "Pure Python Itanium C++ ABI demangler") (description |