-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommend pybuild-deps package for generating requirements-build.txt
Our current solution for the users who want to build Python project from source (without wheel distributions) is to generate `requirements-build.txt` using our custom script that lives in Cachito project [1]. Fortunately, there is an external package (repo) that provides more robust solution that is tested and has a faster resolution time: -> https://github.com/bruno-fs/pybuild-deps Update the pip documentation to start referencing the package as a preferred and recommend way to generate `requirements-build.txt`. --- [1]: https://github.com/containerbuildsystem/cachito/blob/master/bin/pip_find_builddeps.py Signed-off-by: Michal Šoltis <[email protected]>
- Loading branch information
1 parent
9dc483d
commit 7bccc8b
Showing
1 changed file
with
2 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters