From fa493121aa9b131977ad040da0b02b8be71fdf44f821a34375de9b8fff0bca46 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Oct 2019 07:47:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=59 --- python-cmd2.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-cmd2.spec b/python-cmd2.spec index dcead14..2dccbd0 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -23,7 +23,6 @@ Version: 0.8.9 Release: 0 Summary: Extra features for standard library's cmd module License: MIT -Group: Development/Languages/Python URL: https://github.com/python-cmd2/cmd2 Source: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz BuildRequires: %{python_module contextlib2} @@ -35,6 +34,11 @@ BuildRequires: %{python_module wcwidth} BuildRequires: python-enum34 BuildRequires: python-rpm-macros BuildRequires: python-subprocess32 +Requires: python-pyparsing >= 2.0.1 +Requires: python-pyperclip +Requires: python-six +Requires: python-wcwidth +BuildArch: noarch # SECTION Test requirements BuildRequires: %{python_module attrs >= 16.3.0} BuildRequires: %{python_module colorama >= 0.3.7} @@ -52,12 +56,6 @@ Requires: python-enum34 Requires: python-subprocess32 %endif # /SECTION -Requires: python-pyparsing >= 2.0.1 -Requires: python-pyperclip -Requires: python-six -Requires: python-wcwidth -BuildArch: noarch - %python_subpackages %description