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