mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add python-wheel as build requirement
Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
2e784336b0
commit
e2b9ea2fd5
@ -123,6 +123,16 @@ BuildRequires: python-six
|
||||
BuildRequires: python-libsss_nss_idmap
|
||||
BuildRequires: python-cffi
|
||||
|
||||
#
|
||||
# Build dependencies for wheel packaging
|
||||
#
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: python2-wheel
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-wheel
|
||||
%endif
|
||||
%endif # Fedora
|
||||
|
||||
#
|
||||
# Build dependencies for lint
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user