1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

gnu: Remove python2-url.

* gnu/packages/python-web.scm (python2-url): Remove variable.
* gnu/packages/python-web.scm (python2-url)[properties]: Remove field.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego
2022-01-19 14:09:05 +00:00
committed by Mathieu Othacehe
parent d911f626ff
commit ea32a37a48

View File

@@ -3198,14 +3198,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
(home-page "https://github.com/seomoz/url-py")
(synopsis "URL Parsing")
(description "Library for parsing urls.")
(license license:expat)
(properties `((python2-variant . ,(delay python2-url))))))
(define-public python2-url
(let ((base (package-with-python2 (strip-python2-variant python-url))))
(package/inherit base
(propagated-inputs
`(("python2-publicsuffix" ,python2-publicsuffix))))))
(license license:expat)))
(define-public python-cachecontrol
(package