diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index f012db1..ac75958 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 18 17:53:31 UTC 2018 - toddrme2178@gmail.com + +- python-six also required for tests + ------------------------------------------------------------------- Tue Sep 19 19:54:26 UTC 2017 - toddrme2178@gmail.com diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index d72dc1e..ed9670e 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -33,6 +33,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} %if %{with test} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} BuildRequires: %{python_module wcwidth} %endif Requires: python-six >= 1.9.0