diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:45:48 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:36 -0400 |
commit | c427de65313f5875c0fc2b5af41d16a346e70214 (patch) | |
tree | 7fd54b5291072afed5758f8f30aa80ba0e373af1 /gnu/packages/python-web.scm | |
parent | 26f5764071e606658a8b244bb2cc1d1724cd5481 (diff) | |
download | guix-c427de65313f5875c0fc2b5af41d16a346e70214.tar.gz |
gnu: Remove python2-pycurl.
* gnu/packages/python-web.scm (python2-pycurl): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2950a095eb..f4302e0108 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1414,9 +1414,6 @@ high-speed transfers via libcurl and frequently outperforms alternatives.") ;; under the terms of LGPLv2.1+ or Expat. (license (list license:lgpl2.1+ license:expat)))) -(define-public python2-pycurl - (package-with-python2 python-pycurl)) - (define-public python-webencodings (package (name "python-webencodings") |