From 2ce7768e08e1e3c4d92a51f020491e14e5d8aaff Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mon, 13 Nov 2023 02:56:27 +0100 Subject: [PATCH] capstone - add pytest as build dependency --- capstone.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/capstone.spec b/capstone.spec index 46ff5ea..f3004fa 100644 --- a/capstone.spec +++ b/capstone.spec @@ -82,6 +82,7 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-pip BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-wheel +BuildRequires: python%{python3_pkgversion}-pytest %endif %if %{with ocaml}