From 716bfbbd627ae0429c7381419641e895493a805c Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 7 Jun 2022 20:19:42 +0200 Subject: [PATCH] fix python2 build deps --- boost.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 87c00ea..d624bf6 100644 --- a/boost.spec +++ b/boost.spec @@ -33,7 +33,7 @@ BuildRequires: expat-devel BuildRequires: libicu-devel BuildRequires: libstdc++-devel >= 6:4.7 BuildRequires: perl-base -%if %{with python} +%if %{with python2} BuildRequires: python-devel >= 2.2 %{?with_numpy:BuildRequires: python-numpy-devel} %endif -- 2.44.0