14
0

Accepting request 606239 from home:TheBlackCat:branches:devel:languages:python

- Set minimum python3 version

OBS-URL: https://build.opensuse.org/request/show/606239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-line_profiler?expand=0&rev=5
This commit is contained in:
Todd R
2018-05-10 15:27:11 +00:00
committed by Git OBS Bridge
parent b2e85e48f0
commit 15d3376efd
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 10 15:23:01 UTC 2018 - toddrme2178@gmail.com
- Set minimum python3 version
-------------------------------------------------------------------
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com

View File

@@ -31,10 +31,14 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python3-devel >= 3.5
%if %{with test}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module jupyter_ipython}
%endif
%ifpython3
Requires: python3-base >= 3.5
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives