diff --git a/python-pytest-mypy-testing.changes b/python-pytest-mypy-testing.changes index 58e378d..775b621 100644 --- a/python-pytest-mypy-testing.changes +++ b/python-pytest-mypy-testing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 11:03:41 UTC 2024 - Johannes Kastl + +- add sle15_python_module_pythons + ------------------------------------------------------------------- Tue Apr 2 03:55:42 UTC 2024 - Steve Kowalik diff --git a/python-pytest-mypy-testing.spec b/python-pytest-mypy-testing.spec index 1815308..4ad41b1 100644 --- a/python-pytest-mypy-testing.spec +++ b/python-pytest-mypy-testing.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pytest-mypy-testing Version: 0.1.3 Release: 0 @@ -23,9 +24,9 @@ Summary: Pytest plugin to check mypy output License: Apache-2.0 OR MIT URL: https://github.com/davidfritzsche/pytest-mypy-testing Source: https://files.pythonhosted.org/packages/source/p/pytest-mypy-testing/pytest-mypy-testing-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module flit-core >= 2} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mypy >= 1.0} BuildRequires: %{python_module pytest >= 7}