Control:
patch -1
On Wed, 13 Jul 2022 18:17:27 +0200 Evangelos Ribeiro Tzaras
<[email protected]> wrote:
> Source: gtk4
> Version: 4.6.5+ds-1pureos2
> Severity: normal
>
> Dear Maintainer,
>
> while building gtk4 in PureOS (hence the -) we ran into a FTBFS when
using nocheck:
> python3-gi is missing when building with nocheck, see:
>
> ../../../testsuite/introspection/meson.build:1:0: ERROR: python3 is
missing modules: gi
>
> from
>
https://lists.community.puri.sm/pipermail/librem5-builds/2022-July/003824.html
>
>
Patch attached
--
Cheers,
Evangelos
PGP: B938 6554 B7DD 266B CB8E 29A9 90F0 C9B1 8A6B 4A19
diff --git a/debian/control.in b/debian/control.in
index 4b611f9352..6be477143f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -63,7 +63,7 @@ Build-Depends: adwaita-icon-theme <!nocheck>,
meson (>= 0.59),
pkg-config,
python3-docutils <!nodoc>,
- python3-gi (>= 3.40) <!nocheck>,
+ python3-gi (>= 3.40),
sassc,
ttf-bitstream-vera <!nocheck>,
wayland-protocols (>= 1.23) [linux-any],