Skip to content

Commit 6526b81

Browse files
authored
Merge pull request #24742 from ocaml/mseri-patch-3
Fix conf-python-3 on homebrew
2 parents 5dae748 + ee61913 commit 6526b81

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depexts: [
1919
["lang/python39"] {os = "netbsd"}
2020
["python3"] {os = "freebsd"}
2121
["python39"] {os-distribution = "macports" & os = "macos"} # this will not result in a python3 command but only a python3.9 command
22-
["python@3"] {os-distribution = "homebrew" & os = "macos"}
22+
["python@3.9"] {os-distribution = "homebrew" & os = "macos"}
2323
["system:python3"] {os-distribution = "cygwinports"}
2424
]
2525
synopsis: "Virtual package relying on Python-3 installation"

0 commit comments

Comments
 (0)