mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python2-terminado: Remove package.
* gnu/packages/python-web.scm (python2-terminado): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a92eac4107
commit
b4ba0ddc3d
1 changed files with 1 additions and 11 deletions
|
@ -1772,17 +1772,7 @@ (define-public python-terminado
|
|||
(synopsis "Terminals served to term.js using Tornado websockets")
|
||||
(description "This package provides a Tornado websocket backend for the
|
||||
term.js Javascript terminal emulator library.")
|
||||
(license license:bsd-2)
|
||||
(properties `((python2-variant . ,(delay python2-terminado))))))
|
||||
|
||||
(define-public python2-terminado
|
||||
(let ((terminado (package-with-python2 (strip-python2-variant python-terminado))))
|
||||
(package/inherit terminado
|
||||
(propagated-inputs
|
||||
`(("python2-backport-ssl-match-hostname"
|
||||
,python2-backport-ssl-match-hostname)
|
||||
("python2-futures" ,python2-futures)
|
||||
,@(package-propagated-inputs terminado))))))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-wsgi-intercept
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue