15
0
forked from pool/python-fire

- Add subpoint-usage-test.patch, which will change the subpoint usage string

if running under Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fire?expand=0&rev=13
This commit is contained in:
2019-10-16 03:44:17 +00:00
committed by Git OBS Bridge
parent 9baede06d9
commit 741dbeaa39
3 changed files with 27 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/google/python-fire
Source: https://files.pythonhosted.org/packages/source/f/fire/fire-%{version}.tar.gz
Patch0: subpoint-usage-test.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,6 +48,7 @@ interfaces (CLIs) from a Python object.
%prep
%setup -q -n fire-%{version}
%autopatch -p1
%build
%python_build