Skip to content

PEP 518: Behavior when pyproject.toml doesn't have build-system.requires #5416

Closed
@pradyunsg

Description

@pradyunsg

return (build_sys.get('requires', ['setuptools', 'wheel']), True)

If other @pypa/pip-committers think it's a good idea, we should not isolate if there's no build-system.requires in the pyproject.toml file.

This isn't something I noticed earlier but maybe this would have eased transitions (prevented issues like the one with pandas). I still think it would be a good idea to do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions