From 74442292f81faa56523847b5e3331e6d940f6d256ba08262ec2ff1ba28059349 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Jul 2018 20:57:11 +0000 Subject: [PATCH] Accepting request 623630 from devel:languages:python - This module requires py3.5+ thus restrict the build OBS-URL: https://build.opensuse.org/request/show/623630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-bugbear?expand=0&rev=2 --- python-flake8-bugbear.changes | 5 +++++ python-flake8-bugbear.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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