Skip to content

Commit 9b00942

Browse files
committed
make-srpm.sh: remove dependency on boost-python2-devel for Fedora
That package is not available since Fedora 32.
1 parent af97dac commit 9b00942

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

make-srpm.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ defect lists using various filtering predicates.
118118
%if %{with python2}
119119
%package -n python2-%{name}
120120
Summary: Python interface to csdiff for Python 2
121-
%if 0%{?fedora}
122-
BuildRequires: boost-python2-devel
123-
%endif
124121
BuildRequires: python2-devel
125122
%py_provides python2-%{name}
126123

0 commit comments

Comments
 (0)