gnu: Remove python2-tldextract.

* gnu/packages/python-xyz.scm (python2-tldextract): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:59:41 -04:00
parent 7287f83523
commit 79884ad0da
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -23069,9 +23069,6 @@ (define-public python-tldextract
Public Suffix List's private domains as well.")
(license license:bsd-3)))
(define-public python2-tldextract
(package-with-python2 python-tldextract))
(define-public python-tldr
(package
(name "python-tldr")