From 1b1e1432d00739361fa39867c1e615e4ac87cc9a23785ff1653654e1963b7636 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Mon, 19 Feb 2024 22:13:11 +0000 Subject: [PATCH] - 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 --- python-evdev.changes | 1 + python-evdev.spec | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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}