From 891b857ad30b165440f0c390d722ff2e7cb71387 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 6 Jun 2024 16:30:49 +0200 Subject: [PATCH] Bootstrap for Python 3.13 --- python-wheel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-wheel.spec b/python-wheel.spec index 1f8aaec..4cf0177 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # The function of bootstrap is that it builds the package with flit_core.wheel # and installs it by unzipping it. # A real build uses %%pyproject_wheel and %%pyproject_install.