From: Jan Palus Date: Tue, 7 Jun 2022 18:19:42 +0000 (+0200) Subject: fix python2 build deps X-Git-Tag: auto/th/boost-1.79.0-3~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=716bfbbd627ae0429c7381419641e895493a805c;p=packages%2Fboost.git fix python2 build deps --- 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