mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-httpcore-bootstrap.
* gnu/packages/python-web.scm (python-httpcore-bootstrap): New variable.
This commit is contained in:
parent
f17611f3be
commit
b9fc478192
1 changed files with 8 additions and 0 deletions
|
@ -5308,6 +5308,14 @@ Some things HTTP Core does do:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
;;; Variant used to break a cycle between python-httpx and python-uvicorn.
|
||||||
|
(define-public python-httpcore-bootstrap
|
||||||
|
(hidden-package
|
||||||
|
(package/inherit python-httpcore
|
||||||
|
(name "python-httpcore-bootstrap")
|
||||||
|
(arguments (list #:tests? #f))
|
||||||
|
(native-inputs '()))))
|
||||||
|
|
||||||
(define-public python-httpx
|
(define-public python-httpx
|
||||||
(package
|
(package
|
||||||
(name "python-httpx")
|
(name "python-httpx")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue