don't BR python2-* packages

Version: 1.16.1-3
This commit is contained in:
Pavel Raiskup 2018-05-09 09:25:28 +02:00
parent d366c4e5cd
commit 5c8ab465d2
1 changed files with 4 additions and 2 deletions

View File

@ -54,11 +54,11 @@ BuildArch: noarch
%if %{with automake_enables_optional_test}
BuildRequires: automake libtool gettext-devel flex bison texinfo-tex texlive-dvips
BuildRequires: java-devel-openjdk gcc-gfortran
BuildRequires: dejagnu expect emacs imake python2-docutils vala
BuildRequires: dejagnu expect emacs imake vala
BuildRequires: cscope ncompress sharutils
BuildRequires: gcc-objc gcc-objc++
%if !0%{?rhel:1}
BuildRequires: python2-virtualenv lzip
BuildRequires: lenv lzip
%endif
%endif
%endif
@ -137,6 +137,8 @@ fi
- drop ppc64p7 hack in config.sub, it's not needed - per:
https://lists.fedoraproject.org/archives/list/
devel@lists.fedoraproject.org/thread/2OWD2QRDFBEC6HTPVQ7FMJENH32BWT54/
- don't BR python2-* packages; switching BRs to python3 would make no sense
since the upstream testsuite is not yet python3 ready
* Wed Mar 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.16.1-2
- Update Python 2 dependency declarations to new packaging standards