From e2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 17 Feb 2017 17:46:20 +0100 Subject: Add python-wheel as build requirement Signed-off-by: Christian Heimes Reviewed-By: Martin Basti --- freeipa.spec.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 5c835ca29..acc197ef9 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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 # -- cgit