From 29010a05d7b339737dcd7aff483fe7c024b1dc5c Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Wed, 18 Oct 2023 10:58:14 +0100 Subject: [PATCH] upstream: use python3 in all centos distributions Forcing 3.9 broke centos 7 as only 3.6 is available Signed-off-by: Pau Ruiz Safont --- packages/upstream/conf-python-3.9.0.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/upstream/conf-python-3.9.0.0/opam b/packages/upstream/conf-python-3.9.0.0/opam index 074e2c706..f0cdffd3e 100644 --- a/packages/upstream/conf-python-3.9.0.0/opam +++ b/packages/upstream/conf-python-3.9.0.0/opam @@ -18,7 +18,7 @@ depexts: [ ["python3"] {os-family = "debian"} ["python3"] {os-distribution = "nixos"} ["python3"] {os-distribution = "alpine"} - ["epel-release" "python39"] {os-distribution = "centos"} + ["python3"] {os-distribution = "centos"} ["python3"] {os-distribution = "fedora"} ["python3"] {os-distribution = "ol"} ["python"] {os-distribution = "arch"}