Skip to content

we need a way to specify the use of a custom package index for a build dependency #69

@con-f-use

Description

@con-f-use

Given the following pyproject.toml

[build-system]
requires = [
    "setuptools",
    "custom_buildpackage"
]
build-backend = "setuptools.build_meta"

how do I specify that custom_buildpackage (and only it) is to be installed from a package-index other than the one at pypi.org?


I know that these are options:
1.) Set environment variables for pip to use an --extra-index-url or --index-url
2.) Set the (extra-)index in ~/.config/pip.conf
3.) Install the package beforehand from the other index

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions