GNU bug report logs -
#49993
[PATCH 00/18] Remove Python 2 packages possibly added for Python 2 MediaGoblin.
Previous Next
Reported by: Ben Sturmfels <ben <at> sturm.com.au>
Date: Wed, 11 Aug 2021 03:08:01 UTC
Severity: normal
Tags: patch
Done: Vinicius Monego <monego <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Remove Python 2 leaf package possibly added for Python 2 MediaGoblin.
* gnu/packages/python-xyz.scm (python2-email-validator): Remove variable.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 143ce91494..f4a979705f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15125,9 +15125,6 @@ simple, lightweight implementation.")
"This library validates email address syntax and deliverability.")
(license license:cc0)))
-(define-public python2-email-validator
- (package-with-python2 python-email-validator))
-
(define-public python-ukpostcodeparser
(package
(name "python-ukpostcodeparser")
--
2.33.0
This bug report was last modified 2 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.