~ruther/guix-local

4bedf3880afc4b039f3faa452069c52f420d6d08 — Hartmut Goebel 4 months ago 40dc6a0
gnu: Add python-opentelemetry-api-bootstrap.

* gnu/packages/python-web.scm (python-opentelemetry-api-bootstrap): New variable.
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +9 -0
@@ 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")