rules_pycross
rules_pycross copied to clipboard
Figure out what to do with markers on top-level dependencies
Currently, if pyproject.toml
has an entry like foo==1.3; sys_platform='darwin'
, pycross basically ignores the marker.
Maybe that's the right approach. But another option would be to use it in a compatible_with
definition, or in some kind of all_dependencies
group.