From aa23d2445752dbbecfbd1654935ba53cecc0d003 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 25 Jul 2018 19:29:57 -0400 Subject: [PATCH] Revert "Updates for epel7 compatibility" This reverts commit a1126cdbb90dea0a9db61981c729c80ee3167fc8. --- python-pexpect.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index f709a12..6b5ac0c 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -58,10 +58,11 @@ pty module. %package -n python3-%{modname} Summary: %{summary} -BuildRequires: python34-devel -BuildRequires: python34-pytest -BuildRequires: python34-ptyprocess -Requires: python34-ptyprocess +%{?python_provide:%python_provide python3-%{modname}} +BuildRequires: python3-devel +BuildRequires: python3-pytest +BuildRequires: python3-ptyprocess +Requires: python3-ptyprocess %description -n python3-%{modname} Pexpect is a pure Python module for spawning child applications; controlling