summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:13:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:29 -0400
commit68f71a2bfded463ceb4bb57a6ba9f7e5d0aea6a1 (patch)
tree694736e080afdd8ccc0534524317b122083ee73b /gnu/packages
parent3cf5dfe72ca44f20ecee8837178de141a39fdab2 (diff)
downloadguix-patches-68f71a2bfded463ceb4bb57a6ba9f7e5d0aea6a1.tar
guix-patches-68f71a2bfded463ceb4bb57a6ba9f7e5d0aea6a1.tar.gz
gnu: Remove python2-ukpostcodeparser.
* gnu/packages/python-xyz.scm (python2-ukpostcodeparser): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 5cc9674499..e678e95ae7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17461,9 +17461,6 @@ simple, lightweight implementation.")
parsing UK postcodes.")
(license license:expat)))
-(define-public python2-ukpostcodeparser
- (package-with-python2 python-ukpostcodeparser))
-
(define-public python-faker
(package
(name "python-faker")