Accepting request 545072 from home:pluskalm:python3

- Explicitly require python3 for python3 version of scons as
  dependency does not get generated automatically

OBS-URL: https://build.opensuse.org/request/show/545072
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=54
This commit is contained in:
Tomáš Chvátal 2017-11-24 11:37:37 +00:00 committed by Git OBS Bridge
parent 45e141b412
commit 658944cca7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 24 08:48:43 UTC 2017 - mpluskal@suse.com
- Explicitly require python3 for python3 version of scons as
dependency does not get generated automatically
-------------------------------------------------------------------
Wed Nov 15 16:28:48 UTC 2017 - astieger@suse.com

View File

@ -33,6 +33,7 @@ BuildRequires: fdupes
BuildArch: noarch
%if %{with_python3}
BuildRequires: python3-devel >= 3.5
Requires: python3 >= 3.5
%else
BuildRequires: python-devel >= 2.7
%endif