gnu: python2-terminado: Add missing input.

* gnu/packages/python-web.scm (python2-terminado)[propagated-inputs]: Add
python2-futures.
This commit is contained in:
Ricardo Wurmus 2019-05-06 12:56:23 +02:00
parent fc7d632829
commit 94249db825
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -861,6 +861,7 @@ (define-public python2-terminado
(propagated-inputs
`(("python2-backport-ssl-match-hostname"
,python2-backport-ssl-match-hostname)
("python2-futures" ,python2-futures)
,@(package-propagated-inputs terminado))))))
(define-public python-wsgi-intercept