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:
parent
3ea630231a
commit
b7f66a0622
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user