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
This commit is contained in:
Ricardo Wurmus 2025-01-12 21:41:09 +01:00
parent a59266cfb9
commit 88d6a1d154
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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