Updates for epel7 compatibility

This commit is contained in:
Dan Radez 2018-07-25 17:29:44 -04:00
parent 85a4b8154b
commit a1126cdbb9

View File

@ -58,11 +58,10 @@ pty module.
%package -n python3-%{modname} %package -n python3-%{modname}
Summary: %{summary} Summary: %{summary}
%{?python_provide:%python_provide python3-%{modname}} BuildRequires: python34-devel
BuildRequires: python3-devel BuildRequires: python34-pytest
BuildRequires: python3-pytest BuildRequires: python34-ptyprocess
BuildRequires: python3-ptyprocess Requires: python34-ptyprocess
Requires: python3-ptyprocess
%description -n python3-%{modname} %description -n python3-%{modname}
Pexpect is a pure Python module for spawning child applications; controlling Pexpect is a pure Python module for spawning child applications; controlling