Skip to content

Commit

Permalink
Remove tomli and pyparsing from macos
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomhmpereira committed Jun 13, 2024
1 parent 874bf52 commit 8ccd502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ depexts: [
["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"}
["python-pyparsing"] {os-family = "arch"}
["py3-parsing"] {os-family = "alpine"}
["py39-parsing"] {os = "macos" & os-distribution = "macports"}
["py39-pyparsing"] {os = "freebsd"}
]

available: os != "macos"
synopsis: "Virtual package relying on PyParsing"
description:
"This package can only install if the PyParsing python3 library is installed on the system."
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-python3-tomli/conf-python3-tomli.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ depexts: [
["python-tomli"] {os-family = "suse" | os-family = "opensuse"}
["python-tomli"] {os-family = "arch"}
["py3-tomli"] {os-family = "alpine"}
["py39-tomli"] {os = "macos" & os-distribution = "macports"}
["py39-tomli"] {os = "freebsd"}
]

available: os != "macos"
synopsis: "Virtual package relying on Tomli"
description:
"This package can only install if the Tomli python3 library is installed on the system."
Expand Down

0 comments on commit 8ccd502

Please sign in to comment.