Install pcre packages only in doc jobs

... because the packages are required by whereto, which is used only
in the docs target.

Change-Id: I354fda635090ebda25eb232a2d026a54b8494e0f
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-01-20 00:14:24 +09:00
parent 4881d04ded
commit 6f6013510a

View File

@@ -18,4 +18,5 @@ python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]
uuid-dev [platform:dpkg]
libpcre3-dev [test platform:dpkg]
libpcre3-dev [platform:dpkg doc]
pcre-devel [platform:rpm doc]