From 53009c24c0b8077f035a07ec37e1d7b82cc0cdce Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Thu, 19 Dec 2019 14:37:19 +0000 Subject: [PATCH] Turn back wheel --- python3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 6c45913..40bacad 100644 --- a/python3.spec +++ b/python3.spec @@ -13,7 +13,7 @@ %bcond_with valgrind %endif -%bcond_with rewheel +%bcond_without rewheel # We want to byte-compile the .py files within the packages using the new # python3 binary. @@ -33,7 +33,7 @@ Summary: An interpreted, interactive object-oriented programming language Name: python3 Version: 3.8.1 -Release: 4 +Release: 5 License: Modified CNRI Open Source License Group: Development/Python