We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebc487 commit 51a91d5Copy full SHA for 51a91d5
packages/conf-python-3/conf-python-3.9.0.0/opam
@@ -9,7 +9,8 @@ depexts: [
9
["python3"] {os-family = "debian" | os-family = "ubuntu"}
10
["python3"] {os-distribution = "nixos"}
11
["python3"] {os-distribution = "alpine"}
12
- ["python39" "epel-release"] {os-distribution = "centos"}
+ ["python3"] {os-distribution = "centos" & os-version >= "9"}
13
+ ["python39" "epel-release"] {os-distribution = "centos" & os-version < "9"}
14
["python3"] {os-family = "fedora"}
15
["python3"] {os-distribution = "ol"}
16
["python"] {os-distribution = "arch"}
0 commit comments