From 7aae4b2aaada80a9beca039e58f855f9075d7714 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 6 Nov 2022 12:24:29 +0100 Subject: [PATCH] Adjusted documentation. --- doc/JobTemplate/UnitTesting.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/JobTemplate/UnitTesting.rst b/doc/JobTemplate/UnitTesting.rst index d722740..21be814 100644 --- a/doc/JobTemplate/UnitTesting.rst +++ b/doc/JobTemplate/UnitTesting.rst @@ -80,20 +80,21 @@ Python dependencies to be installed through pip. pacboy ====== -+----------------+----------+----------+-----------------------------------------------------------------+ -| Parameter Name | Required | Type | Default | -+================+==========+==========+=================================================================+ -| pacboy | optional | string | ``python-pip:p python-wheel:p python-coverage:p python-lxml:p`` | -+----------------+----------+----------+-----------------------------------------------------------------+ ++----------------+----------+----------+-----------+ +| Parameter Name | Required | Type | Default | ++================+==========+==========+===========+ +| pacboy | optional | string | ``""`` | ++----------------+----------+----------+-----------+ -MSYS2 dependencies to be installed through pacboy (pacman). +Additional MSYS2 dependencies to be installed through pacboy (pacman). + +Internally, a workflow step reads the requirements file for Python and compares requested packages with a list of +packages that should be installed through pacman/pacboy compared to installation via pip. These are mainly core packages +or packages with embedded C code. .. code-block:: yaml pacboy: >- - python-pip:p - python-wheel:p - python-coverage:p python-lxml:p