1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: python2-falcon-cors: Remove package.

* gnu/packages/python-web.scm (python2-falcon-cors): Delete.
This commit is contained in:
Maxim Cournoyer 2021-01-29 10:15:58 -05:00
parent 3c816ac243
commit 5bc0c8fe3e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")