mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-icecream: Adjust inputs.
* gnu/packages/python-xyz.scm (python-icecream) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5113590baf0ba80dae2b8931870c65dba9358cb7
This commit is contained in:
parent
4e1e9625a4
commit
621f1231ab
1 changed files with 10 additions and 3 deletions
|
@ -38789,9 +38789,16 @@ forms, and about 300,000 distinct lemmas.")
|
||||||
;; https://github.com/gruns/icecream/issues/144
|
;; https://github.com/gruns/icecream/issues/144
|
||||||
(string-append "not testEnableDisable"
|
(string-append "not testEnableDisable"
|
||||||
" and not testSingledispatchArgumentToString"))))
|
" and not testSingledispatchArgumentToString"))))
|
||||||
(propagated-inputs (list python-asttokens python-colorama python-executing
|
(native-inputs
|
||||||
|
(list python-hypothesis
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-asttokens
|
||||||
|
python-colorama
|
||||||
|
python-executing
|
||||||
python-pygments))
|
python-pygments))
|
||||||
(native-inputs (list python-hypothesis python-pytest))
|
|
||||||
(home-page "https://github.com/gruns/icecream")
|
(home-page "https://github.com/gruns/icecream")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Single function call to debug variables, expressions, and program execution")
|
"Single function call to debug variables, expressions, and program execution")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue