Skip to content

Commit 51a91d5

Browse files
committed
Fix conf-python-3 on Centos
1 parent 0ebc487 commit 51a91d5

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)