aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-03-15 16:55:38 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-23 21:38:04 -0400
commitec2384b79d739c1edf99dc33d555e3f3fedac639 (patch)
treeb0d9dcb97a9d69677c6a86450ce1e01fcb0ef8f4
parentbce0165f7c818a2c2764ee1a12e1b3a4b642e0ad (diff)
downloadguix-ec2384b79d739c1edf99dc33d555e3f3fedac639.tar
guix-ec2384b79d739c1edf99dc33d555e3f3fedac639.tar.gz
gnu: python2-furl: Remove package.
* gnu/packages/python-web.scm (python2-furl): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6b57af18a3..21af15b0a9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -623,9 +623,6 @@ over a different origin than that of the web application.")
@code{urllib} and @code{urlparse} modules for manipulating URLs.")
(license license:unlicense)))
-(define-public python2-furl
- (package-with-python2 python-furl))
-
(define-public python-httplib2
(package
(name "python-httplib2")