mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-tenacity: Use Tornado 6.
* gnu/packages/python-xyz.scm (python-tenacity)[native-inputs]: Replace python-tornado with python-tornado-6.
This commit is contained in:
parent
1671aa25d4
commit
46fc4c01a0
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ (define-public python-tenacity
|
|||
"0bwkvjpjfyi9dgszzad9aww2vc00w3bczjnbifi92cp7wch2l923"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools-scm python-tornado python-typeguard
|
||||
(list python-setuptools-scm python-tornado-6 python-typeguard
|
||||
python-pytest))
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue