From 8ce9f82d0e3f6bffd853e7510995b312abbc09a66c69f3b0dacbfceb9ad66448 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Oct 2019 07:55:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=60 --- python-cmd2.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python-cmd2.spec b/python-cmd2.spec index 2dccbd0..3d433cc 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -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