diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-02 21:47:29 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-07 15:25:37 +0200 |
| commit | bac5a57973fe31513b54d7350990b825d6dc2594 (patch) | |
| tree | 89cfa018787fdeb63c010dc86390f0e540aa3b3b /gnu/packages/python-web.scm | |
| parent | 8cbc832c11087c3186d28ade489c96bac9a5a232 (diff) | |
gnu: Add python-opentelemetry-sdk-bootstrap.
* gnu/packages/python-web.scm (python-opentelemetry-sdk-bootstrap): New
variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 67552115d31..6096f399e88 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") |
