From 3e4f635be0a1b8ad3c0252980694e6d3082daff5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 29 Dec 2015 00:17:58 +0100 Subject: [PATCH] bootstrap without docs Signed-off-by: Igor Gnatenko --- python-pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index 875f0d1..3859a5a 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -6,7 +6,7 @@ %global name3 python3-pillow # bootstrap building docs (pillow is required by docutils, docutils are # required by sphinx; pillow build-requires sphinx) -%global with_docs 1 +%global with_docs 0 # RHEL-7 doesn't have python 3 %if 0%{?rhel} == 7