apteryx pushed a commit to branch master
in repository guix.
commit 5bc0c8fe3e061057fadb2405dd03ef483b948ed7
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jan 29 10:15:58 2021 -0500
gnu: python2-falcon-cors: Remove package.
* gnu/packages/python-web.scm (python2-falcon-cors): Delete.
---
gnu/packages/python-web.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 13fcba0..dfe256f 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")