From ff0b9f54648f09fcb208f162c0a2822cd96629dac636a02cbc8cb77d80f3861c Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 18 May 2018 17:53:51 +0000 Subject: [PATCH] Accepting request 610478 from home:TheBlackCat:branches:devel:languages:python - python-six also required for tests OBS-URL: https://build.opensuse.org/request/show/610478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=9 --- python-prompt_toolkit.changes | 5 +++++ python-prompt_toolkit.spec | 1 + 2 files changed, 6 insertions(+) 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