15
0

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
This commit is contained in:
2018-07-18 20:57:11 +00:00
committed by Git OBS Bridge
parent 768173f45d
commit 74442292f8
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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