mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-falcon: Remove package.
* gnu/packages/python-web.scm (python2-falcon): Delete.
This commit is contained in:
parent
3794aff885
commit
3c816ac243
1 changed files with 0 additions and 7 deletions
|
@ -510,13 +510,6 @@ classes
|
||||||
(properties `((python2-variant . ,(delay python2-falcon))))
|
(properties `((python2-variant . ,(delay python2-falcon))))
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-falcon
|
|
||||||
(let ((falcon (package-with-python2 (strip-python2-variant python-falcon))))
|
|
||||||
(package
|
|
||||||
(inherit falcon)
|
|
||||||
(native-inputs
|
|
||||||
(alist-delete "python-rapidjson" (package-native-inputs falcon))))))
|
|
||||||
|
|
||||||
(define-public python-falcon-cors
|
(define-public python-falcon-cors
|
||||||
(package
|
(package
|
||||||
(name "python-falcon-cors")
|
(name "python-falcon-cors")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue