gnu: kaldi-gstreamer-server: Use Tornado 6.

* gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[inputs]: Replace
python-tornado with python-tornado-6.
This commit is contained in:
Ricardo Wurmus 2020-04-30 13:03:59 +02:00
parent 7395047017
commit cb44af24c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1326,7 +1326,7 @@ (define-public kaldi-gstreamer-server
("python" ,python-wrapper)
("python-pygobject" ,python-pygobject)
("python-pyyaml" ,python-pyyaml)
("python-tornado" ,python-tornado)))
("python-tornado" ,python-tornado-6)))
(home-page "https://github.com/alumae/kaldi-gstreamer-server")
(synopsis "Real-time full-duplex speech recognition server")
(description "This is a real-time full-duplex speech recognition server,