gnu: Add python-httpcore-bootstrap.

* gnu/packages/python-web.scm (python-httpcore-bootstrap): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-18 00:10:02 -04:00
parent f17611f3be
commit b9fc478192
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5308,6 +5308,14 @@ (define-public python-httpcore
@end itemize")
(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
(package
(name "python-httpx")