--- dbus-python-1.3.2/Makefile.in.orig 2022-09-06 22:37:42.000000000 +0200 +++ dbus-python-1.3.2/Makefile.in 2023-03-20 12:46:46.702802427 +0100 @@ -239,18 +239,18 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(test_test_import_repeatedly_LDFLAGS) \ $(LDFLAGS) -o $@ -am__dist_noinst_SCRIPTS_DIST = test/test-client.py \ - test/test-exception-py3.py test/test-p2p.py \ - test/test-signals.py test/test-standalone.py \ - test/test-unusable-main-loop.py test/run-test.sh \ - test/cross-test-client.py test/cross-test-server.py \ - test/test-service.py test/wait-for-name.py -am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-client.py \ - test/test-exception-py3.py test/test-p2p.py \ - test/test-signals.py test/test-standalone.py \ - test/test-unusable-main-loop.py test/run-test.sh \ - test/cross-test-client.py test/cross-test-server.py \ - test/test-service.py test/wait-for-name.py +am__dist_noinst_SCRIPTS_DIST = test/test-exception-py3.py \ + test/test-standalone.py \ + test/run-test.sh \ + test/cross-test-client.py \ + test/cross-test-server.py \ + test/wait-for-name.py +am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-exception-py3.py \ + test/test-standalone.py \ + test/run-test.sh \ + test/cross-test-client.py \ + test/cross-test-server.py \ + test/wait-for-name.py SCRIPTS = $(dist_noinst_SCRIPTS) $(nobase_dist_installed_test_SCRIPTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -526,9 +526,8 @@ bases=`echo $$bases` AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) -am__EXEEXT_2 = test/test-client.py test/test-exception-py3.py \ - test/test-p2p.py test/test-signals.py test/test-standalone.py \ - test/test-unusable-main-loop.py +am__EXEEXT_2 = test/test-exception-py3.py \ + test/test-standalone.py am__EXEEXT_3 = test/run-test.sh TEST_SUITE_LOG = test-suite.log LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) @@ -944,12 +943,8 @@ $(NULL) dist_test_py = \ - test/test-client.py \ test/test-exception-py3.py \ - test/test-p2p.py \ - test/test-signals.py \ test/test-standalone.py \ - test/test-unusable-main-loop.py \ $(NULL) dist_test_extra_python = \ @@ -960,7 +955,6 @@ dist_test_extra_scripts = \ test/cross-test-client.py \ test/cross-test-server.py \ - test/test-service.py \ test/wait-for-name.py \ $(NULL)