From a1126cdbb90dea0a9db61981c729c80ee3167fc8 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 25 Jul 2018 17:29:44 -0400 Subject: [PATCH] Updates for epel7 compatibility --- python-pexpect.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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