From 76e0c96ca41bd27b5440eab3d938d8698a7ebcebe9caadd880f4a66081165aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Nov 2019 12:41:21 +0000 Subject: [PATCH] - Require full python interpreter when building OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=99 --- python-alembic.changes | 5 +++++ python-alembic.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-alembic.changes b/python-alembic.changes index 8479c71..33a72a0 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 12:41:03 UTC 2019 - Tomáš Chvátal + +- Require full python interpreter when building + ------------------------------------------------------------------- Wed Sep 25 03:19:44 UTC 2019 - Thomas Bechtold diff --git a/python-alembic.spec b/python-alembic.spec index c57c14d..e110b63 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-editor >= 0.3} BuildRequires: %{python_module setuptools} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Mako