14
0
2024-11-05 21:31:34 +00:00
committed by Git OBS Bridge
parent ffdc941f3a
commit 48556afc18
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 5 21:31:26 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix deduping
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -54,8 +54,8 @@ does not force you to use a particular event loop or python-twisted.
%install %install
%pyproject_install %pyproject_install
%python_expand rm -f %{buildroot}%{$python_sitelib}/zeroconf/test.py %python_expand rm -f %{buildroot}%{$python_sitearch}/zeroconf/test.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
# Skip tests: # Skip tests: