diff --git a/_multibuild b/_multibuild
new file mode 100644
index 0000000..fcc7b97
--- /dev/null
+++ b/_multibuild
@@ -0,0 +1,3 @@
+
+ test
+
diff --git a/python-opentelemetry-sdk.changes b/python-opentelemetry-sdk.changes
index e2cb313..5c873f8 100644
--- a/python-opentelemetry-sdk.changes
+++ b/python-opentelemetry-sdk.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Jun 13 06:37:07 UTC 2025 - Steve Kowalik
+
+- Inject multibuild to avoid a build cycle. (bsc#1244507)
+
-------------------------------------------------------------------
Mon May 26 07:38:34 UTC 2025 - Nico Krapp
diff --git a/python-opentelemetry-sdk.spec b/python-opentelemetry-sdk.spec
index 0d4db5f..566711f 100644
--- a/python-opentelemetry-sdk.spec
+++ b/python-opentelemetry-sdk.spec
@@ -16,23 +16,32 @@
#
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
%{?sle15_python_module_pythons}
-Name: python-opentelemetry-sdk
+Name: python-opentelemetry-sdk%{psuffix}
Version: 1.33.1
Release: 0
Summary: OpenTelemetry Python SDK
License: Apache-2.0
URL: https://github.com/open-telemetry/opentelemetry-python
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry-sdk/opentelemetry_sdk-%{version}.tar.gz
-BuildRequires: %{python_module flaky}
BuildRequires: %{python_module hatchling}
-BuildRequires: %{python_module opentelemetry-api = %{version}}
-BuildRequires: %{python_module opentelemetry-semantic-conventions = 0.54b1}
-BuildRequires: %{python_module opentelemetry-test-utils = 0.54b1}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
+%if %{with test}
+BuildRequires: %{python_module flaky}
+BuildRequires: %{python_module opentelemetry-sdk = %{version}}
+BuildRequires: %{python_module opentelemetry-test-utils = 0.54b1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing-extensions >= 3.7.4}
-BuildRequires: %{python_module wheel}
+%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-opentelemetry-api = %{version}
@@ -51,17 +60,24 @@ OpenTelemetry Python SDK for the OpenTelemetry Project