[packages/Imath] building python modules requires boost-python{,3}-devel
atler
atler at pld-linux.org
Sun Apr 9 23:31:58 CEST 2023
commit 78f23fa92aed836732e6a36cf5960fae49d73e14
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Apr 9 23:29:29 2023 +0200
building python modules requires boost-python{,3}-devel
Imath.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Imath.spec b/Imath.spec
index 9823ad9..1ec564c 100644
--- a/Imath.spec
+++ b/Imath.spec
@@ -19,12 +19,12 @@ BuildRequires: libstdc++-devel
BuildRequires: ninja
BuildRequires: pkgconfig
%if %{with python2}
-BuildRequires: boost-python
+BuildRequires: boost-python-devel
BuildRequires: python-devel >= 1:2.5
BuildRequires: python-numpy-devel
%endif
%if %{with python3}
-BuildRequires: boost-python3
+BuildRequires: boost-python3-devel
BuildRequires: python3-devel >= 1:3.2
BuildRequires: python3-numpy-devel
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Imath.git/commitdiff/22fedbb493e7ced20245b5127d3e430dbf6367ad
More information about the pld-cvs-commit
mailing list