Correct buildrequires to python3-devel
Thanks Miro.
This commit is contained in:
parent
4e815433c5
commit
4abbd259d6
@ -20,7 +20,7 @@ process and its pty.
|
|||||||
%package -n python3-ptyprocess
|
%package -n python3-ptyprocess
|
||||||
Summary: Run a subprocess in a pseudo terminal
|
Summary: Run a subprocess in a pseudo terminal
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: python3-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user