diff mbox series

[bug#47165,13/25] gnu: python2-furl: Remove package.

Message ID 20210315155544.51139-4-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47165,01/25] gnu: python2-arrow: Remove package. | expand

Commit Message

Simon Tournier March 15, 2021, 3:55 p.m. UTC
* gnu/packages/python-web.scm (python2-furl): Delete.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1c4017a067..7a3b8cc344 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")