From de3e0904ebf7c6b63a0f0020da374b3ff51f5e0b Mon Sep 17 00:00:00 2001 From: Harsh Modi Date: Thu, 14 Sep 2023 14:26:20 -0400 Subject: [PATCH] add rpm deps for otel * MMENG-3834 Signed-off-by: Harsh Modi --- osbs-client.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osbs-client.spec b/osbs-client.spec index 4189c0d7..83add08a 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -35,6 +35,9 @@ BuildRequires: python3-requests BuildRequires: python3-requests-kerberos BuildRequires: python3-PyYAML BuildRequires: python3-jsonschema +BuildRequires: python3-opentelemetry-api==1.19.0 +BuildRequires: python3-opentelemetry-exporter-otlp==1.19.0 +BuildRequires: python3-opentelemetry-sdk==1.19.0 %endif # with_check Provides: osbs = %{version}-%{release}