diff --git a/python-freezegun.changes b/python-freezegun.changes index 09bb21f..2ff7999 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 14 19:05:26 CET 2019 - Matej Cepl + +- Add dependency on the full python (which is not pulled by + setuptools anymore). Use %{pythons} macro now. + ------------------------------------------------------------------- Tue Jul 2 18:11:23 CEST 2019 - Matej Cepl diff --git a/python-freezegun.spec b/python-freezegun.spec index c478b73..ce0ae45 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,7 +1,7 @@ # # spec file for package python-freezegun # -# 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,11 +33,13 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil > 2.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{pythons} %ifpython2 BuildRequires: python-mock %endif BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python Requires: python-python-dateutil > 2.0 Requires: python-six BuildArch: noarch