Tomáš Chvátal 2019-09-13 09:39:19 +00:00 committed by Git OBS Bridge
parent d75bc87ccf
commit 1c8db4515f

View File

@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fissix Name: python-fissix
Version: 19.2b1 Version: 19.2b1
Release: 0 Release: 0
@ -26,10 +27,11 @@ Group: Development/Languages/Python
URL: https://github.com/jreese/fissix URL: https://github.com/jreese/fissix
Source: https://files.pythonhosted.org/packages/source/f/fissix/fissix-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/f/fissix/fissix-%{version}.tar.gz
BuildRequires: %{python_module appdirs} BuildRequires: %{python_module appdirs}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-appdirs
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-appdirs
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages