forked from pool/python-cmd2
		
	This commit is contained in:
		| @@ -25,9 +25,6 @@ Summary:        Extra features for standard library's cmd module | ||||
| License:        MIT | ||||
| URL:            https://github.com/python-cmd2/cmd2 | ||||
| Source:         https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz | ||||
| BuildRequires:  %{python_module contextlib2} | ||||
| BuildRequires:  %{python_module mock} | ||||
| BuildRequires:  %{python_module pyperclip} | ||||
| BuildRequires:  %{python_module pytest-xdist} | ||||
| BuildRequires:  %{python_module setuptools} | ||||
| BuildRequires:  %{python_module wcwidth} | ||||
| @@ -51,7 +48,6 @@ BuildRequires:  %{python_module wcwidth >= 0.1.7} | ||||
| BuildRequires:  vim | ||||
| %if 0%{?suse_version} <= 1315 | ||||
| BuildRequires:  %{python_module contextlib2} | ||||
| BuildRequires:  %{python_module typing} | ||||
| Requires:       python-enum34 | ||||
| Requires:       python-subprocess32 | ||||
| %endif | ||||
| @@ -79,6 +75,8 @@ Drop-in replacement adds several features for command-prompt tools: | ||||
|  | ||||
| %prep | ||||
| %setup -q -n cmd2-%{version} | ||||
| # Fix spurious-executable-perm | ||||
| chmod a-x README.md | ||||
|  | ||||
| %build | ||||
| %python_build | ||||
|   | ||||
		Reference in New Issue
	
	Block a user