Skip to content

Commit 001d08a

Browse files
authored
Merge pull request #28829 from jmid/fix-conf-python-3
Fix conf-python-3 on Centos
2 parents 1c7752c + 51a91d5 commit 001d08a

File tree

1 file changed

+2
-1
lines changed
  • packages/conf-python-3/conf-python-3.9.0.0

1 file changed

+2
-1
lines changed

packages/conf-python-3/conf-python-3.9.0.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ depexts: [
99
["python3"] {os-family = "debian" | os-family = "ubuntu"}
1010
["python3"] {os-distribution = "nixos"}
1111
["python3"] {os-distribution = "alpine"}
12-
["python39" "epel-release"] {os-distribution = "centos"}
12+
["python3"] {os-distribution = "centos" & os-version >= "9"}
13+
["python39" "epel-release"] {os-distribution = "centos" & os-version < "9"}
1314
["python3"] {os-family = "fedora"}
1415
["python3"] {os-distribution = "ol"}
1516
["python"] {os-distribution = "arch"}

0 commit comments

Comments
 (0)