gnu: Remove python2-pycurl.
* gnu/packages/python-web.scm (python2-pycurl): Delete variable.
parent
26f5764071
commit
c427de6531
|
@ -1414,9 +1414,6 @@ high-speed transfers via libcurl and frequently outperforms alternatives.")
|
||||||
;; under the terms of LGPLv2.1+ or Expat.
|
;; under the terms of LGPLv2.1+ or Expat.
|
||||||
(license (list license:lgpl2.1+ license:expat))))
|
(license (list license:lgpl2.1+ license:expat))))
|
||||||
|
|
||||||
(define-public python2-pycurl
|
|
||||||
(package-with-python2 python-pycurl))
|
|
||||||
|
|
||||||
(define-public python-webencodings
|
(define-public python-webencodings
|
||||||
(package
|
(package
|
||||||
(name "python-webencodings")
|
(name "python-webencodings")
|
||||||
|
|
Reference in New Issue