summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e2750aea6a1..11e9c5e19e5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2412,17 +2412,6 @@ verification of the SSL peer.")
2412 (home-page "https://github.com/cedadev/ndg_httpsclient/") 2412 (home-page "https://github.com/cedadev/ndg_httpsclient/")
2413 (license license:bsd-3))) 2413 (license license:bsd-3)))
2414 2414
2415;; python2-openssl requires special care, so package-with-python2 is
2416;; insufficient.
2417(define-public python2-ndg-httpsclient
2418 (package/inherit python-ndg-httpsclient
2419 (name "python2-ndg-httpsclient")
2420 (arguments
2421 (substitute-keyword-arguments (package-arguments python-ndg-httpsclient)
2422 ((#:python _) python-2)))
2423 (propagated-inputs
2424 `(("python2-pyopenssl" ,python2-pyopenssl)))))
2425
2426(define-public python-websocket-client 2415(define-public python-websocket-client
2427 (package 2416 (package
2428 (name "python-websocket-client") 2417 (name "python-websocket-client")