From b0b706b941ceed5a61b5e8508516d7c9498f55eb412edbce1391911377e5db2b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 17 May 2021 08:37:22 +0000 Subject: [PATCH] Missed dbusapi, kill its tests too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbus-deviation?expand=0&rev=9 --- python-dbus-deviation.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-dbus-deviation.spec b/python-dbus-deviation.spec index 0c9a04f..89dc042 100644 --- a/python-dbus-deviation.spec +++ b/python-dbus-deviation.spec @@ -57,6 +57,7 @@ sed -i '1 {/^#!/d}' dbusapi/tests/*.py dbusdeviation/utilities/*.py %python_clone -a %{buildroot}%{_bindir}/dbus-interface-vcs-helper %python_expand %fdupes %{buildroot}%{$python_sitelib} # No fair shipping the tests +%python_expand rm -r %{buildroot}%{$python_sitelib}/dbusapi/tests %python_expand rm -r %{buildroot}%{$python_sitelib}/dbusdeviation/tests %check