diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:59:41 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:14 -0400 |
commit | 79884ad0da33455c9f2779800427015d47324e41 (patch) | |
tree | 7c57090b10cbdbb4e48970c1040d39eb67fa128f | |
parent | 7287f835234f3087ce7f467517a1e55679683050 (diff) | |
download | guix-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.scm | 3 |
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") |