diff --git a/python-evdev.changes b/python-evdev.changes index 589bb96..9982ca5 100644 --- a/python-evdev.changes +++ b/python-evdev.changes @@ -6,6 +6,7 @@ Mon Feb 19 18:59:44 UTC 2024 - Matthias Bach - 1.7.0 * Improved method for finding the device node corresponding to a uinput device - Adjust package build to upstream's switch to pyproject.toml. +- Drop obsolete Leap 15.3 compatiblity handling in spec file. ------------------------------------------------------------------- Wed Jul 12 12:35:05 UTC 2023 - ecsos diff --git a/python-evdev.spec b/python-evdev.spec index 4ca7084..1e29b3a 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -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}