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