Fix BuildRequires

Use the generic python3 provider so that the correct 'default' python3 binary
is installed regardless of the specific OS version.

Signed-off-by: Simo Sorce <simo@redhat.com>
This commit is contained in:
Simo Sorce 2020-05-08 10:09:03 -04:00
parent 3ea630231a
commit b7f66a0622
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ BuildRequires: libdb-devel
BuildRequires: openldap-devel
%endif
#build reqs for make check
BuildRequires: python36 nss_wrapper socket_wrapper krb5-server
BuildRequires: python3 nss_wrapper socket_wrapper krb5-server
%{?systemd_requires}
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel