diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 01:14:42 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 01:14:49 +0000 |
commit | e25ed31ea589f754b1609cf7483c7b8502be11b2 (patch) | |
tree | 487ffdfdec2dc9eff53912b34716178fe3dc98ff /gnu/packages/python-xyz.scm | |
parent | 9dc91360fd2e41fb783ab4af341ac60aee2f5d31 (diff) |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0ba399aa52..a139a65cae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |