Replace obsolete boost-python3-devel build dependency (#2100748)

This commit is contained in:
Jonathan Wakely 2022-06-24 09:16:40 +01:00
parent 14fb5a3b80
commit 0b2460631d
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: botan
Version: %{major_version}.17
Release: 31%{?dist}
Release: 32%{?dist}
Summary: Crypto library written in C++
License: BSD
@ -24,7 +24,7 @@ BuildRequires: gcc-c++
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-sphinx
BuildRequires: boost-python3-devel
BuildRequires: boost-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
BuildRequires: make
@ -193,6 +193,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Fri Jun 24 2022 Jonathan Wakely <jwakely@redhat.com> - .17-32
- Replace obsolete boost-python3-devel build dependency (#2100748)
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.10.17-31
- Rebuilt for Python 3.11