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 c43f362 commit afdcfe8Copy full SHA for afdcfe8
vinca/main.py
@@ -551,13 +551,6 @@ def sortkey(k):
551
output["requirements"]["run"] = sorted(output["requirements"]["run"], key=sortkey)
552
output["requirements"]["host"] = sorted(output["requirements"]["host"], key=sortkey)
553
554
- output["requirements"]["run"] += [
555
- {
556
- "if": "osx and x86_64",
557
- "then": ["__osx >=${{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"],
558
- }
559
- ]
560
-
561
if f"ros-{config.ros_distro}-pybind11-vendor" in output["requirements"]["host"]:
562
output["requirements"]["host"] += ["pybind11"]
563
if "pybind11" in output["requirements"]["host"]:
0 commit comments