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:
Ricardo Wurmus 2023-06-05 17:10:02 +02:00
parent 1671aa25d4
commit 46fc4c01a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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