mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-httpx-bootstrap.
* gnu/packages/python-web.scm (python-httpx-bootstrap): New variable.
This commit is contained in:
parent
b9fc478192
commit
ef370c8501
1 changed files with 11 additions and 0 deletions
|
@ -5412,6 +5412,17 @@ Plus all the standard features of requests:
|
|||
@end itemize")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;;; Variant used to break a cycle with python-uvicorn.
|
||||
(define-public python-httpx-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-httpx
|
||||
(name "python-httpx-bootstrap")
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs '())
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-httpx)
|
||||
(replace "python-httpcore" python-httpcore-bootstrap))))))
|
||||
|
||||
(define-public python-wsgiprox
|
||||
(package
|
||||
(name "python-wsgiprox")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue