From 658944cca73a6f23520625fa8bea26689d0bc505367c51ebf0ba71e4cafcc026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Nov 2017 11:37:37 +0000 Subject: [PATCH] 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 --- scons.changes | 6 ++++++ scons.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/scons.changes b/scons.changes index 793422a..763787d 100644 --- a/scons.changes +++ b/scons.changes @@ -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 diff --git a/scons.spec b/scons.spec index e68e07b..1b9321e 100644 --- a/scons.spec +++ b/scons.spec @@ -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