diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-02 21:49:40 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-10-07 15:25:38 +0200 |
| commit | c514c7fd34598ce38c7ee53e60aae66e6a1af98f (patch) | |
| tree | 24f36280a0ac51f5f075a2fe83a0da474573380d /gnu/packages/python-web.scm | |
| parent | 95a140930baacbf4708266976fafdda1e400d2f0 (diff) | |
gnu: Add python-opentelemetry-test-utils-bootstrap.
* gnu/packages/python-web.scm (python-opentelemetry-test-utils-bootstrap):
New variable.
Change-Id: Ic03c9d3e05f184230becc7373d58df0202d5cf63
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4b448711a0..73a5541944 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1448,6 +1448,18 @@ in Python 3.13 by PEP-594.") (description "Test utilities for @code{OpenTelemetry} unit tests.") (license license:asl2.0))) +(define-public python-opentelemetry-test-utils-bootstrap + (hidden-package + (package/inherit python-opentelemetry-test-utils + (name "python-opentelemetry-test-utils-bootstrap") + (arguments + (list + #:tests? #f)) + (propagated-inputs (list python-asgiref + python-opentelemetry-api-bootstrap + python-opentelemetry-sdk-bootstrap)) + (native-inputs (list python-hatchling))))) + (define-public python-pathy (package (name "python-pathy") |
