python3-pygobject: update to 3.32.1

(From OE-Core rev: f3f37a0360cedc2dded3ddd34d190ea76eade5cd)

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Oleksandr Kravchuk
2019-04-24 08:49:37 +02:00
committed by Richard Purdie
parent 3c00846ede
commit 08c0268aaa
2 changed files with 9 additions and 5 deletions

View File

@@ -12,15 +12,19 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index a63d771..b3925d0 100644
index 278fa16f..aacbd4a2 100644
--- a/meson.build
+++ b/meson.build
@@ -174,4 +174,4 @@ configure_file(input : 'PKG-INFO.in',
@@ -175,6 +175,6 @@ configure_file(input : 'PKG-INFO.in',
subdir('gi')
subdir('pygtkcompat')
with_tests = get_option('tests')
-if with_tests
-subdir('tests')
-endif
+#if with_tests
+#subdir('tests')
+#endif
--
2.17.1