Skip to content

Commit afdcfe8

Browse files
remove old osx pin, now in stdlib
1 parent c43f362 commit afdcfe8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vinca/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -551,13 +551,6 @@ def sortkey(k):
551551
output["requirements"]["run"] = sorted(output["requirements"]["run"], key=sortkey)
552552
output["requirements"]["host"] = sorted(output["requirements"]["host"], key=sortkey)
553553

554-
output["requirements"]["run"] += [
555-
{
556-
"if": "osx and x86_64",
557-
"then": ["__osx >=${{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"],
558-
}
559-
]
560-
561554
if f"ros-{config.ros_distro}-pybind11-vendor" in output["requirements"]["host"]:
562555
output["requirements"]["host"] += ["pybind11"]
563556
if "pybind11" in output["requirements"]["host"]:

0 commit comments

Comments
 (0)