diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 27051f8..b04c075 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 3.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: py.test plugin for distributed testing and loop-on-failing modes License: MIT @@ -31,7 +31,6 @@ The pytest-xdist plugin extends py.test with some unique test execution modes: %package -n python3-%{pypi_name} Summary: %{summary} -Requires: %{py3_dist py} %description -n python3-%{pypi_name} %_description %prep @@ -57,6 +56,9 @@ Requires: %{py3_dist py} %{python3_sitelib}/xdist/ %changelog +* Fri Oct 28 2022 Miro HronĨok - 3.0.2-2 +- Drop unused runtime requirement on on the python3-py package + * Wed Oct 26 2022 Scott Talbert - 3.0.2-1 - Update to new upstream release 3.0.2 (#2137874)