mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public python-falcon
|
||||||
(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…
Reference in a new issue