gnu: python-termcolor-1: Fix build.

* gnu/packages/python-xyz.scm (python-termcolor-1) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Idc247338aea624fd62a4d126451bb174d41c9fb6
This commit is contained in:
Sharlatan Hellseher 2024-12-18 01:14:42 +00:00
parent 9dc91360fd
commit e25ed31ea5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -17593,7 +17593,10 @@ a hash value.")
(base32
"0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"))))
;; There are no tests
(arguments (list #:tests? #false))))
(arguments (list #:tests? #false))
(native-inputs
(list python-setuptools
python-wheel))))
(define-public python-terminaltables
(package