14
0
forked from pool/python-evdev

- Drop obsolete Leap 15.3 compatiblity handling in spec file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=30
This commit is contained in:
Matthias Bach
2024-02-19 22:13:11 +00:00
committed by Git OBS Bridge
parent fb5186d30a
commit 1b1e1432d0
2 changed files with 1 additions and 4 deletions

View File

@@ -59,10 +59,6 @@ subsystem.
%python_expand rm %{buildroot}/%{$python_sitearch}/%{modname}/*.c
%check
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
# Work around broken pytest macro on Leap 15.3
PYTHONPATH=dummy
%endif
%pytest_arch tests -k 'not test_uinput'
%files %{python_files}