File package.diff of Package python-pytest-timeout
--- python-pytest-timeout.spec.orig
+++ python-pytest-timeout.spec
@@ -25,12 +25,16 @@ License: MIT
URL: https://github.com/pytest-dev/pytest-timeout/
Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
BuildRequires: %{python_module pexpect}
-BuildRequires: %{python_module pytest >= 3.6.0}
+BuildRequires: %{python_module pytest >= 4.6.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pytest >= 3.6.0
+BuildRequires: python-xml
+Requires: python-pytest >= 4.6.0
+%ifpython2
+Requires: python-xml
+%endif
BuildArch: noarch
%python_subpackages