From c933894d3db24d2f768befd207b566fa71d2e998 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 10 May 2017 23:01:11 -0400 Subject: [PATCH] Add python[23]-pexpect to BuildRequires to make all the tests run --- python-pytest-timeout.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index e48292c..745dce3 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -15,8 +15,10 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{ BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python2-pexpect BuildRequires: python2-pytest BuildRequires: python3-devel +BuildRequires: python3-pexpect BuildRequires: python3-pytest %description