Skip to content

how do I point build-system.requires package to parent directory. #5063

Answered by webknjaz
Vizonex asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like you're confusing runtime and build deps. build-system is for PEP 517 interactions. You shouldn't need arbitrary deps in that env even if you figure out how. Build backends (like setuptools) don't do anything with that part of pyproject.toml. It's the build frontends (like pypa/build or pip) that use it to populate throwaway tmp envs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Vizonex
Comment options

Answer selected by Vizonex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants