me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-ndg-httpsclient.

* gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Vinicius Monego 2022-01-19 14:09:03 +00:00 committed by Mathieu Othacehe
parent 6e618362f5
commit 9450d3a2d7
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 0 additions and 11 deletions

View File

@ -2412,17 +2412,6 @@ verification of the SSL peer.")
(home-page "https://github.com/cedadev/ndg_httpsclient/")
(license license:bsd-3)))
;; python2-openssl requires special care, so package-with-python2 is
;; insufficient.
(define-public python2-ndg-httpsclient
(package/inherit python-ndg-httpsclient
(name "python2-ndg-httpsclient")
(arguments
(substitute-keyword-arguments (package-arguments python-ndg-httpsclient)
((#:python _) python-2)))
(propagated-inputs
`(("python2-pyopenssl" ,python2-pyopenssl)))))
(define-public python-websocket-client
(package
(name "python-websocket-client")