guix_mirror_bot pushed a commit to branch master
in repository guix.
commit bac5a57973fe31513b54d7350990b825d6dc2594
Author: Hartmut Goebel <[email protected]>
AuthorDate: Thu Oct 2 21:47:29 2025 +0200
gnu: Add python-opentelemetry-sdk-bootstrap.
* gnu/packages/python-web.scm (python-opentelemetry-sdk-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 67552115d3..6096f399e8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1392,6 +1392,15 @@ in Python 3.13 by PEP-594.")
(description "@code{OpenTelemetry} Python SDK.")
(license license:asl2.0)))
+(define-public python-opentelemetry-sdk-bootstrap
+ (hidden-package
+ (package/inherit python-opentelemetry-sdk
+ (name "python-opentelemetry-sdk-bootstrap")
+ (arguments (list #:tests? #f))
+ (propagated-inputs (list python-opentelemetry-api-bootstrap
+ python-opentelemetry-semantic-conventions-bootstrap))
+ (native-inputs (list python-hatchling)))))
+
(define-public python-pathy
(package
(name "python-pathy")