diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index e04990e..ca86683 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 18 11:36:14 UTC 2018 - tchvatal@suse.com + +- This module requires py3.5+ thus restrict the build + ------------------------------------------------------------------- Tue Jul 10 12:59:04 UTC 2018 - dmueller@suse.com diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index 7001d71..6b77d8e 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -26,7 +26,7 @@ License: MIT Group: Development/Languages/Python Url: https://github.com/PyCQA/flake8-bugbear Source: https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8-bugbear-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module base >= 3.5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros