diff options
author | Alex Griffin <a@ajgrf.com> | 2019-11-26 13:52:21 -0600 |
---|---|---|
committer | Alex Griffin <a@ajgrf.com> | 2019-12-02 09:45:33 -0600 |
commit | 13125c5afeeacecdef41e103d9e5f942fcb78c01 (patch) | |
tree | 63b2fd46b7eba18e0f5623572e40fd5d9d3884fc | |
parent | 8c655deb7d925e1179498066bdffcad8d45af0cf (diff) | |
download | guix-13125c5afeeacecdef41e103d9e5f942fcb78c01.tar.gz |
gnu: Remove python2-socksipychain.
* gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1695f9b11a..186e558f2f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4331,9 +4331,6 @@ TLS/SSL encryption. It was developed for use in PageKite, and also includes a simple netcat replacement with chaining support.") (license license:bsd-3))) -(define-public python2-socksipychain - (package-with-python2 python-socksipychain)) - (define-public python-pycodestyle (package (name "python-pycodestyle") |