diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:11 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | fcb3f7d34457d4ae066d968882c80c7a386df310 (patch) | |
tree | 36003dfd3f86c4e3ab35287926dd6915570d9c23 /gnu | |
parent | fe70ae91b1744803837c531cd58a3558b6174a9b (diff) | |
download | guix-fcb3f7d34457d4ae066d968882c80c7a386df310.tar.gz guix-fcb3f7d34457d4ae066d968882c80c7a386df310.zip |
gnu: Remove python2-publicsuffix.
* gnu/packages/python-web.scm (python2-publicsuffix): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 42da8617b0..69ca4357da 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3924,9 +3924,6 @@ Templates.") List.") (license license:expat))) -(define-public python2-publicsuffix - (package-with-python2 python-publicsuffix)) - (define-public python-publicsuffix2 (package (name "python-publicsuffix2") |