diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 21:41:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:47 +0100 |
commit | 88d6a1d15410d8ea0bef3d928e86d40eba4f1b13 (patch) | |
tree | d44c2b4e520611bcf757aebb8be879efa279e2d3 | |
parent | a59266cfb926968bcf937e5c798e9243c003efd7 (diff) |
gnu: python-itanium-demangler: Add missing inputs.
* gnu/packages/python-xyz.scm (python-itanium-demangler)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ibef12317a488fa810adc49b7abd86c110648c14a
-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 |