~ruther/guix-local

88d6a1d15410d8ea0bef3d928e86d40eba4f1b13 — Ricardo Wurmus 1 year, 3 months ago a59266c
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 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