diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:15:58 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:57:03 -0500 |
commit | 5bc0c8fe3e061057fadb2405dd03ef483b948ed7 (patch) | |
tree | cd9258b11b38347e121028e4ef55bf3585e33b6c /gnu/packages | |
parent | 3c816ac243692d5f2f157c49d2908760859e0549 (diff) |
gnu: python2-falcon-cors: Remove package.
* gnu/packages/python-web.scm (python2-falcon-cors): Delete.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |