summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-17 17:46:20 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-02 14:43:37 +0100
commite2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb (patch)
tree27f6f05cd1c58774299b4e4433da5c85c549cfa9
parent2e784336b0fe99baa47cf3e024f744ed56dc12ec (diff)
downloadfreeipa-e2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb.tar.gz
freeipa-e2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb.tar.xz
freeipa-e2b9ea2fd58b98edbb8d6aec97aadeea7cf11dcb.zip
Add python-wheel as build requirement
Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--freeipa.spec.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 5c835ca29..acc197ef9 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -124,6 +124,16 @@ 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
#
%if 0%{?with_lint}