[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53364] [PATCH 15/28] gnu: Remove python2-ndg-httpsclient.
From: |
Vinicius Monego |
Subject: |
[bug#53364] [PATCH 15/28] gnu: Remove python2-ndg-httpsclient. |
Date: |
Wed, 19 Jan 2022 14:09:03 +0000 |
* gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable.
---
gnu/packages/python-web.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b6048bfd32..473be0e785 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2346,17 +2346,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")
--
2.30.2
- [bug#53364] [PATCH 00/28] Cleanup python2 packages in sphinx.scm and python-web.scm, Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 01/28] gnu: Remove python2-sphinxcontrib-programoutput., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 04/28] gnu: Remove python2-sphinx-cloud-sptheme., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 03/28] gnu: Remove python2-sphinx-repoze-autointerface., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 02/28] gnu: Remove python2-sphinx-me., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 05/28] gnu: Remove python2-guzzle-sphinx-theme., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 06/28] gnu: Remove python2-sphinx-rtd-theme., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 16/28] gnu: Remove python2-webtest., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 10/28] gnu: Remove python2-cssutils., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 08/28] gnu: Remove python2-html5-parser., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 15/28] gnu: Remove python2-ndg-httpsclient.,
Vinicius Monego <=
- [bug#53364] [PATCH 13/28] gnu: Remove python2-openid-cla., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 19/28] gnu: Remove python2-s3transfer., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 20/28] gnu: Remove python2-htmlmin., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 14/28] gnu: Remove python2-openid-teams., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 21/28] gnu: Remove python2-cssmin., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 12/28] gnu: Remove python2-cssselect., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 17/28] gnu: Remove python2-url., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 09/28] gnu: Remove python2-openid., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 07/28] gnu: Remove python2-html2text., Vinicius Monego, 2022/01/19
- [bug#53364] [PATCH 11/28] gnu: Remove python2-css-parser., Vinicius Monego, 2022/01/19