diff --git a/python-cmd2.changes b/python-cmd2.changes index da45e7c..d81f853 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -3,6 +3,11 @@ Fri Mar 15 10:31:09 UTC 2019 - Tomáš Chvátal - Add vim to depends as it is used in tests as an editor +------------------------------------------------------------------- +Thu Mar 14 19:04:12 UTC 2019 - Matěj Cepl + +- Add vim to BR + ------------------------------------------------------------------- Thu Mar 14 14:59:18 UTC 2019 - Tomáš Chvátal diff --git a/python-cmd2.spec b/python-cmd2.spec index 0777cea..d94aa8d 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -44,6 +44,8 @@ BuildRequires: %{python_module pyperclip >= 1.5.27} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wcwidth} +# Required by tests. +BuildRequires: vim %if 0%{?sle_version} < 150000 && 0%{?is_opensuse} BuildRequires: %{python_module contextlib2} BuildRequires: %{python_module typing}