Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / python / dbus-python / patches / 01-disable-test.patch
blob418fc2de198a46dffe346eae4367d945e1473138
1 --- dbus-python-1.3.2/Makefile.in.orig 2022-09-06 22:37:42.000000000 +0200
2 +++ dbus-python-1.3.2/Makefile.in 2023-03-20 12:46:46.702802427 +0100
3 @@ -239,18 +239,18 @@
4 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
5 $(AM_CFLAGS) $(CFLAGS) $(test_test_import_repeatedly_LDFLAGS) \
6 $(LDFLAGS) -o $@
7 -am__dist_noinst_SCRIPTS_DIST = test/test-client.py \
8 - test/test-exception-py3.py test/test-p2p.py \
9 - test/test-signals.py test/test-standalone.py \
10 - test/test-unusable-main-loop.py test/run-test.sh \
11 - test/cross-test-client.py test/cross-test-server.py \
12 - test/test-service.py test/wait-for-name.py
13 -am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-client.py \
14 - test/test-exception-py3.py test/test-p2p.py \
15 - test/test-signals.py test/test-standalone.py \
16 - test/test-unusable-main-loop.py test/run-test.sh \
17 - test/cross-test-client.py test/cross-test-server.py \
18 - test/test-service.py test/wait-for-name.py
19 +am__dist_noinst_SCRIPTS_DIST = test/test-exception-py3.py \
20 + test/test-standalone.py \
21 + test/run-test.sh \
22 + test/cross-test-client.py \
23 + test/cross-test-server.py \
24 + test/wait-for-name.py
25 +am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-exception-py3.py \
26 + test/test-standalone.py \
27 + test/run-test.sh \
28 + test/cross-test-client.py \
29 + test/cross-test-server.py \
30 + test/wait-for-name.py
31 SCRIPTS = $(dist_noinst_SCRIPTS) $(nobase_dist_installed_test_SCRIPTS)
32 AM_V_P = $(am__v_P_@AM_V@)
33 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
34 @@ -526,9 +526,8 @@
35 bases=`echo $$bases`
36 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
37 RECHECK_LOGS = $(TEST_LOGS)
38 -am__EXEEXT_2 = test/test-client.py test/test-exception-py3.py \
39 - test/test-p2p.py test/test-signals.py test/test-standalone.py \
40 - test/test-unusable-main-loop.py
41 +am__EXEEXT_2 = test/test-exception-py3.py \
42 + test/test-standalone.py
43 am__EXEEXT_3 = test/run-test.sh
44 TEST_SUITE_LOG = test-suite.log
45 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
46 @@ -944,12 +943,8 @@
47 $(NULL)
49 dist_test_py = \
50 - test/test-client.py \
51 test/test-exception-py3.py \
52 - test/test-p2p.py \
53 - test/test-signals.py \
54 test/test-standalone.py \
55 - test/test-unusable-main-loop.py \
56 $(NULL)
58 dist_test_extra_python = \
59 @@ -960,7 +955,6 @@
60 dist_test_extra_scripts = \
61 test/cross-test-client.py \
62 test/cross-test-server.py \
63 - test/test-service.py \
64 test/wait-for-name.py \
65 $(NULL)