From 08c0268aaab5025de88ef8ab7dc3eaca027f683f Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 24 Apr 2019 08:49:37 +0200 Subject: python3-pygobject: update to 3.32.1 (From OE-Core rev: f3f37a0360cedc2dded3ddd34d190ea76eade5cd) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- .../python/python3-pygobject/0001-Do-not-build-tests.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/python/python3-pygobject') diff --git a/meta/recipes-devtools/python/python3-pygobject/0001-Do-not-build-tests.patch b/meta/recipes-devtools/python/python3-pygobject/0001-Do-not-build-tests.patch index 626a82cb09..0f2465bb52 100644 --- a/meta/recipes-devtools/python/python3-pygobject/0001-Do-not-build-tests.patch +++ b/meta/recipes-devtools/python/python3-pygobject/0001-Do-not-build-tests.patch @@ -12,15 +12,19 @@ Signed-off-by: Alexander Kanavin 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 -- cgit v1.2.3-54-g00ecf