From 769ab7c19d682452ee2367d387ce38727a3ce94d5a63df46a0d8d25a1de5e869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Mar 2019 10:31:33 +0000 Subject: [PATCH] - Add vim to depends as it is used in tests as an editor OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=44 --- python-cmd2.changes | 5 +++++ python-cmd2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-cmd2.changes b/python-cmd2.changes index 23f26a6..da45e7c 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 14:59:18 UTC 2019 - Tomáš Chvátal diff --git a/python-cmd2.spec b/python-cmd2.spec index 63d3106..0777cea 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -30,6 +30,7 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: vim Requires: python-attrs Requires: python-colorama Requires: python-pyperclip >= 1.5.27