~ruther/guix-local

e25ed31ea589f754b1609cf7483c7b8502be11b2 — Sharlatan Hellseher 1 year, 6 months ago 9dc9136
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
1 files changed, 4 insertions(+), 1 deletions(-)

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