diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:10:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:11:15 +0200 |
commit | 46fc4c01a0afadf4023131ed43f2d10416480061 (patch) | |
tree | 353b6555b2ccac298f7d8885fb640853e47a88dd /gnu | |
parent | 1671aa25d4b610b7d417218a44e2d1e102aea4ff (diff) | |
download | guix-46fc4c01a0afadf4023131ed43f2d10416480061.tar.gz |
gnu: python-tenacity: Use Tornado 6.
* gnu/packages/python-xyz.scm (python-tenacity)[native-inputs]: Replace python-tornado with python-tornado-6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e28e1ebeef..8529fd2caa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1344,7 +1344,7 @@ threads.") "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 |