From eb2b38309e01a5e287713f56c02255c80192cece Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 26 Jun 2025 11:31:36 +0200 Subject: [PATCH] docs: pip: Add a warning note referencing pybuild-deps as a project The current way of dealing with pip's build dependencies should be handled by the pybuild-deps project hosted under the Hermeto github organization going forward. Make this clear in the docs for the time being until we officially sunset the cachito project. Resolves https://github.com/containerbuildsystem/cachito/issues/1071 Signed-off-by: Erik Skultety --- docs/pip.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pip.md b/docs/pip.md index 01a26b680..5590f9ded 100644 --- a/docs/pip.md +++ b/docs/pip.md @@ -160,6 +160,11 @@ There are two implications which may not be immediately obvious for build requir (recursively) 2. you need to repeat the above for _all_ your recursive runtime dependencies +> :warning: NOTE that the information that follows on finding build dependencies is deprecated and +> is only listed for historical records as this project is planned to be sunset and archived in the +> near future. **Please use [pybuild-deps](https://github.com/hermetoproject/pybuild-deps) and follow +> the instructions there instead.** + You can use the [pip_find_builddeps.py](../bin/pip_find_builddeps.py) script to find all the build dependencies you will need. Here is how you would use it: