From 38b2d0b68f1edfb8b7ab1fd7bb1fdbad8d72d187 Mon Sep 17 00:00:00 2001 From: qiegewala <1169471515@qq.com> Date: Tue, 17 Dec 2019 14:56:17 +0800 Subject: [PATCH] Enable bootstrap by default Signed-off-by: qiegewala <1169471515@qq.com> --- python-wheel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index a8451a4..2c4651c 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap Name: python-wheel Version: 0.31.1 Release: 4 -- Gitee