apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit e0712b13eaef48289ac0df4fddf345924c2c5230
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Apr 18 00:10:02 2022 -0400

    gnu: Add python-httpcore-bootstrap.
    
    * gnu/packages/python-web.scm (python-httpcore-bootstrap): New variable.
---
 gnu/packages/python-web.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c00640ef9b..e1200fae75 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5308,6 +5308,14 @@ Some things HTTP Core does do:
 @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")

Reply via email to