Add python[23]-pexpect to BuildRequires to make all the tests run

This commit is contained in:
Scott Talbert 2017-05-10 23:01:11 -04:00
parent b0616a519c
commit c933894d3d

View File

@ -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