From c02289f3e65b8bd00f2d10b462142c2493da2b77 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 8 Aug 2023 15:35:49 +0200 Subject: [PATCH] Depend on the bootstrap module --- python39.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python39.yaml b/python39.yaml index 80bc971..b22be3b 100644 --- a/python39.yaml +++ b/python39.yaml @@ -19,7 +19,7 @@ data: # Depending on our selves for bootstrapping # This is not needed in bootstrap phase 1 and can be disabled - python39: [3.9] + python39: [3.9_bootstrap] # sicpy needs package swig swig: [4.0]