This commit is contained in:
parent
9c4cbe60cf
commit
fa493121aa
@ -23,7 +23,6 @@ Version: 0.8.9
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extra features for standard library's cmd module
|
Summary: Extra features for standard library's cmd module
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/python-cmd2/cmd2
|
URL: https://github.com/python-cmd2/cmd2
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module contextlib2}
|
BuildRequires: %{python_module contextlib2}
|
||||||
@ -35,6 +34,11 @@ BuildRequires: %{python_module wcwidth}
|
|||||||
BuildRequires: python-enum34
|
BuildRequires: python-enum34
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python-subprocess32
|
BuildRequires: python-subprocess32
|
||||||
|
Requires: python-pyparsing >= 2.0.1
|
||||||
|
Requires: python-pyperclip
|
||||||
|
Requires: python-six
|
||||||
|
Requires: python-wcwidth
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION Test requirements
|
# SECTION Test requirements
|
||||||
BuildRequires: %{python_module attrs >= 16.3.0}
|
BuildRequires: %{python_module attrs >= 16.3.0}
|
||||||
BuildRequires: %{python_module colorama >= 0.3.7}
|
BuildRequires: %{python_module colorama >= 0.3.7}
|
||||||
@ -52,12 +56,6 @@ Requires: python-enum34
|
|||||||
Requires: python-subprocess32
|
Requires: python-subprocess32
|
||||||
%endif
|
%endif
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-pyparsing >= 2.0.1
|
|
||||||
Requires: python-pyperclip
|
|
||||||
Requires: python-six
|
|
||||||
Requires: python-wcwidth
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user