From fce58e548584c8e9905d66edc656385f50d2a703 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 30 Jan 2023 19:18:44 +0100 Subject: [PATCH] Disable bootstrap Resolves: rhbz#2157726 --- python3.11-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.11-setuptools.spec b/python3.11-setuptools.spec index 91903fd..3c4a430 100644 --- a/python3.11-setuptools.spec +++ b/python3.11-setuptools.spec @@ -8,7 +8,7 @@ # WARNING When bootstrapping, disable tests as well, # because tests need pip. -%bcond_without bootstrap +%bcond_with bootstrap # Similar to what we have in pythonX.Y.spec files. # If enabled, provides unversioned executables and other stuff. @@ -21,7 +21,7 @@ Name: python%{python3_pkgversion}-setuptools # When updating, update the bundled libraries versions bellow! Version: 65.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -230,6 +230,9 @@ PYTHONPATH=$(pwd) %pytest \ %changelog +* Mon Jan 30 2023 Charalampos Stratakis - 65.5.1-2 +- Disable bootstrap + * Wed Oct 12 2022 Charalampos Stratakis - 65.5.1-1 - Initial package - Fedora contributions by: