diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:13:09 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:29 -0400 |
commit | 68f71a2bfded463ceb4bb57a6ba9f7e5d0aea6a1 (patch) | |
tree | 694736e080afdd8ccc0534524317b122083ee73b | |
parent | 3cf5dfe72ca44f20ecee8837178de141a39fdab2 (diff) | |
download | guix-68f71a2bfded463ceb4bb57a6ba9f7e5d0aea6a1.tar.gz |
gnu: Remove python2-ukpostcodeparser.
* gnu/packages/python-xyz.scm (python2-ukpostcodeparser): 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 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") |