From 0bc1cacc87682c7df7f9effa7b0c451afc9ec697 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 16 Nov 2023 01:18:34 +0100 Subject: [PATCH] Disable bootstrap --- python3.12-flit-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.12-flit-core.spec b/python3.12-flit-core.spec index ab85d1c..066a1ac 100644 --- a/python3.12-flit-core.spec +++ b/python3.12-flit-core.spec @@ -3,14 +3,14 @@ # When bootstrapping new Python we need to build flit in bootstrap mode. # The Python RPM dependency generators and pip are not yet available. -%bcond_without bootstrap +%bcond_with bootstrap # RHEL: disable tests due to missing dependencies %bcond_with tests Name: python%{python3_pkgversion}-flit-core Version: 3.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PEP 517 build backend for packages using Flit # flit-core is BSD (BSD-3-Clause) @@ -89,6 +89,9 @@ rm -r %{buildroot}%{python3_sitelib}/flit_core/tests/ %changelog +* Thu Nov 16 2023 Charalampos Stratakis - 3.9.0-2 +- Disable bootstrap + * Tue Oct 10 2023 Tomáš Hrnčiar - 3.9.0-1 - Initial package - Fedora contributions by: