diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index b04c075..c4f4999 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -33,11 +33,13 @@ Summary: %{summary} %description -n python3-%{pypi_name} %_description +%pyproject_extras_subpkg -n python3-%{pypi_name} psutil setproctitle + %prep %autosetup -n %{pypi_name}-%{version} %generate_buildrequires -%pyproject_buildrequires -x testing -x psutil +%pyproject_buildrequires -x testing -x psutil -x setproctitle %build %pyproject_wheel @@ -58,6 +60,7 @@ Summary: %{summary} %changelog * Fri Oct 28 2022 Miro HronĨok - 3.0.2-2 - Drop unused runtime requirement on on the python3-py package +- Package the pytest-xdist[psutil] and pytest-xdist[setproctitle] extras * Wed Oct 26 2022 Scott Talbert - 3.0.2-1 - Update to new upstream release 3.0.2 (#2137874)