From 57f4a59962b873b6570ce18ab280501977e5ee37 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 25 Jan 2018 16:21:48 +0000 Subject: [PATCH] Document USES=python:patch. Sponsored by: Absolight --- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 2963779f74..182f5cfa3a 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -2471,6 +2471,7 @@ USE_PYQT= core doc_build designer_run X.Y+, -X.Y, X.Y-Z.A, + patch, build, run, test @@ -2478,7 +2479,9 @@ USE_PYQT= core doc_build designer_run or version range can be specified. If Python is only needed at build time, run time or for the tests, it can be set as a build, run or test dependency with build, - run, or test. See + run, or test. If Python + is also needed during the patch phase, use + patch. See for more information. PYTHON_NO_DEPENDS=yes can be used when