summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:11:53 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:27 -0400
commitb684e7c82771fd249daa82bac3ff64f5c13ec10f (patch)
treea61e5938b706220a496aaab70520cfc2a5a74a82 /gnu/packages
parent85af3513d7ce18c4d34e8e661ebe96d6790fda28 (diff)
downloadguix-patches-b684e7c82771fd249daa82bac3ff64f5c13ec10f.tar
guix-patches-b684e7c82771fd249daa82bac3ff64f5c13ec10f.tar.gz
gnu: Remove python2-rfc3987.
* gnu/packages/python-xyz.scm (python2-rfc3987): 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 a6e2eeaf43..896d26f7db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20162,9 +20162,6 @@ while only declaring the test-specific fields.")
validation of URIs (see RFC 3986) and IRIs (see RFC 3987).")
(license license:gpl3+)))
-(define-public python2-rfc3987
- (package-with-python2 python-rfc3987))
-
;; The latest commit contains fixes for building with both python3 and python2.
(define-public python-rfc6555
(let ((commit "1a181b432312731f6742a5eb558dae4761d32361")