Skip to content

Commit b6a0d52

Browse files
1 parent bcbd1d0 commit b6a0d52

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

vinca/main.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,11 @@ def generate_output(pkg_shortname, vinca_conf, distro, version):
296296
output["requirements"]["run"] = sorted(output["requirements"]["run"])
297297
output["requirements"]["host"] = sorted(output["requirements"]["host"])
298298

299-
# TODO: Needs fixing: this needs to be in run_constrained instead of run
300-
# output["requirements"]["run"] += [
301-
# {
302-
# "sel(osx and x86_64)": "__osx >={{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"
303-
# }
304-
# ]
299+
output["requirements"]["run"] += [
300+
{
301+
"sel(osx and x86_64)": "__osx >={{ MACOSX_DEPLOYMENT_TARGET|default('10.14') }}"
302+
}
303+
]
305304

306305
# fix up OPENGL support for Unix
307306
if (

0 commit comments

Comments
 (0)