gnu: Remove python2-tornado.

* gnu/packages/python-web.scm (python2-tornado): Delete variable.
(python-tornado)[properties]: Delete field.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:59:09 -04:00
parent ce6d299888
commit eccb33c210
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1985,8 +1985,7 @@ (define-public python-tornado
Tornado can scale to tens of thousands of open connections, making it ideal Tornado can scale to tens of thousands of open connections, making it ideal
for long polling, WebSockets, and other applications that require a long-lived for long polling, WebSockets, and other applications that require a long-lived
connection to each user.") connection to each user.")
(license license:asl2.0) (license license:asl2.0)))
(properties `((python2-variant . ,(delay python2-tornado))))))
(define-public python-tornado-6 (define-public python-tornado-6
(package (package
@ -2019,16 +2018,6 @@ (define-public python-tornado-6
connection to each user.") connection to each user.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python2-tornado
(let ((tornado (package-with-python2 (strip-python2-variant python-tornado))))
(package/inherit tornado
(propagated-inputs
`(("python2-backport-ssl-match-hostname"
,python2-backport-ssl-match-hostname)
("python2-backports-abc" ,python2-backports-abc)
("python2-singledispatch" ,python2-singledispatch)
,@(package-propagated-inputs tornado))))))
(define-public python-tornado-http-auth (define-public python-tornado-http-auth
(package (package
(name "python-tornado-http-auth") (name "python-tornado-http-auth")