guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4bedf3880afc4b039f3faa452069c52f420d6d08
Author: Hartmut Goebel <[email protected]>
AuthorDate: Thu Oct 2 21:46:36 2025 +0200
gnu: Add python-opentelemetry-api-bootstrap.
* gnu/packages/python-web.scm (python-opentelemetry-api-bootstrap): New
variable.
---
gnu/packages/python-web.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eb92c7133c..6bec7b3a0a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1361,6 +1361,15 @@ in Python 3.13 by PEP-594.")
(description "@code{OpenTelemetry} Python API.")
(license license:asl2.0)))
+(define-public python-opentelemetry-api-bootstrap
+ (hidden-package
+ (package/inherit python-opentelemetry-api
+ (name "python-opentelemetry-api-bootstrap")
+ (arguments
+ (list
+ #:tests? #f))
+ (native-inputs (list python-hatchling)))))
+
(define-public python-pathy
(package
(name "python-pathy")