guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b5c8fb84be29737c5efabb43c170911a55063223
Author: Hartmut Goebel <[email protected]>
AuthorDate: Thu Oct 2 21:48:31 2025 +0200

    gnu: Add python-opentelemetry-semantic-conventions-bootstrap.
    
    * gnu/packages/python-web.scm 
(python-opentelemetry-semantic-conventions-bootstrap):
    New variable.
    
    Change-Id: I068c426d1f0c01227c1be1836e71abc6b7800858
---
 gnu/packages/python-web.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 17496c8812..549b009dcc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1419,6 +1419,16 @@ in Python 3.13 by PEP-594.")
     (description "@code{OpenTelemetry} Semantic Conventions.")
     (license license:asl2.0)))
 
+(define-public python-opentelemetry-semantic-conventions-bootstrap
+  (hidden-package
+   (package/inherit python-opentelemetry-semantic-conventions
+     (name "python-opentelemetry-semantic-conventions-bootstrap")
+     (arguments
+      (list
+       #:tests? #f))
+     (propagated-inputs (list python-opentelemetry-api-bootstrap
+                              python-typing-extensions)))))
+
 (define-public python-pathy
   (package
     (name "python-pathy")

Reply via email to