mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 09:10:30 +02:00
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:
@@ -1326,7 +1326,7 @@ exec ~a ~a/~a \"$@\"~%"
|
||||
("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,
|
||||
|
||||
Reference in New Issue
Block a user