diff --git a/python-pexpect.spec b/python-pexpect.spec index 6b5ac0c..f709a12 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -58,11 +58,10 @@ pty module. %package -n python3-%{modname} Summary: %{summary} -%{?python_provide:%python_provide python3-%{modname}} -BuildRequires: python3-devel -BuildRequires: python3-pytest -BuildRequires: python3-ptyprocess -Requires: python3-ptyprocess +BuildRequires: python34-devel +BuildRequires: python34-pytest +BuildRequires: python34-ptyprocess +Requires: python34-ptyprocess %description -n python3-%{modname} Pexpect is a pure Python module for spawning child applications; controlling