From a242516680231e23bd2f586b9d29bf40ddf446da765e054e5526139f2032a9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Nov 2019 07:49:29 +0000 Subject: [PATCH] - Require full python interpreter on build and runtime OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=42 --- python-Django.changes | 5 +++++ python-Django.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-Django.changes b/python-Django.changes index c7c66ce..e3065b0 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 15 07:49:06 UTC 2019 - Tomáš Chvátal + +- Require full python interpreter on build and runtime + ------------------------------------------------------------------- Mon Oct 7 13:15:57 UTC 2019 - Tomáš Chvátal diff --git a/python-Django.spec b/python-Django.spec index 5f32d7e..f3bcf7f 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -1,7 +1,7 @@ # # spec file for package python-Django # -# 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 @@ -47,8 +47,10 @@ BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sqlparse} BuildRequires: %{python_module tblib} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python Requires: python-Pillow Requires: python-argon2-cffi >= 16.1.0 Requires: python-pytz