From 621f1231abfa7b8fcaade99840660fbdf7f8d647 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 25 Nov 2024 20:23:22 +0000 Subject: gnu: python-icecream: Adjust inputs. * gnu/packages/python-xyz.scm (python-icecream) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5113590baf0ba80dae2b8931870c65dba9358cb7 --- gnu/packages/python-xyz.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c39aff453a..b70fdccdfc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -38789,9 +38789,16 @@ (define-public python-icecream ;; https://github.com/gruns/icecream/issues/144 (string-append "not testEnableDisable" " and not testSingledispatchArgumentToString")))) - (propagated-inputs (list python-asttokens python-colorama python-executing - python-pygments)) - (native-inputs (list python-hypothesis python-pytest)) + (native-inputs + (list python-hypothesis + python-pytest + python-setuptools + python-wheel)) + (propagated-inputs + (list python-asttokens + python-colorama + python-executing + python-pygments)) (home-page "https://github.com/gruns/icecream") (synopsis "Single function call to debug variables, expressions, and program execution") -- cgit v1.2.3