summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:15:58 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:57:03 -0500
commit5bc0c8fe3e061057fadb2405dd03ef483b948ed7 (patch)
treecd9258b11b38347e121028e4ef55bf3585e33b6c /gnu/packages/python-web.scm
parent3c816ac243692d5f2f157c49d2908760859e0549 (diff)
downloadguix-patches-5bc0c8fe3e061057fadb2405dd03ef483b948ed7.tar
guix-patches-5bc0c8fe3e061057fadb2405dd03ef483b948ed7.tar.gz
gnu: python2-falcon-cors: Remove package.
* gnu/packages/python-web.scm (python2-falcon-cors): Delete.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 13fcba03e9..dfe256f6ae 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -533,9 +533,6 @@ CORS object to the incoming requests, enabling the ability to serve resources
over a different origin than that of the web application.")
(license license:asl2.0)))
-(define-public python2-falcon-cors
- (package-with-python2 python-falcon-cors))
-
(define-public python-furl
(package
(name "python-furl")