aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:59:41 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:14 -0400
commit79884ad0da33455c9f2779800427015d47324e41 (patch)
tree7c57090b10cbdbb4e48970c1040d39eb67fa128f
parent7287f835234f3087ce7f467517a1e55679683050 (diff)
downloadguix-79884ad0da33455c9f2779800427015d47324e41.tar
guix-79884ad0da33455c9f2779800427015d47324e41.tar.gz
gnu: Remove python2-tldextract.
* gnu/packages/python-xyz.scm (python2-tldextract): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed0c6d22fb..57371a3bca 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23069,9 +23069,6 @@ the public ICANN TLDs and their exceptions. It can optionally support the
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")