From 2cd2e482d4cd85d873b97fe83d3271f094e57655bbaba32c2182764de694da35 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 13 May 2024 04:11:10 +0000 Subject: [PATCH] Add missing BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=38 --- python-sybil.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-sybil.spec b/python-sybil.spec index 7ed6133..f17d175 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -40,6 +40,7 @@ BuildRequires: %{python_module wheel} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module pytest >= 7.1} BuildRequires: %{python_module seedir} +BuildRequires: %{python_module sybil = %{version}} BuildRequires: %{python_module testfixtures} %if 0%{?sle_version} && 0%{?sle_version} <= 150400 BuildRequires: %{python_module dataclasses}