Correct buildrequires to python3-devel

Thanks Miro.
This commit is contained in:
Adam Williamson 2023-01-25 09:53:28 -08:00
parent 4e815433c5
commit 4abbd259d6

View File

@ -20,7 +20,7 @@ process and its pty.
%package -n python3-ptyprocess
Summary: Run a subprocess in a pseudo terminal
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-devel
%if %{with tests}
BuildRequires: python3-pytest
%endif