diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 4548f72..f7dd8bb 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 6 18:10:30 UTC 2021 - Dirk Müller + +- fix requires + ------------------------------------------------------------------- Mon Dec 6 09:35:44 UTC 2021 - Matej Cepl diff --git a/python-hypothesis.spec b/python-hypothesis.spec index dbf84e3..63dfb9f 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -53,6 +53,7 @@ BuildRequires: %{python_module setuptools >= 36.2} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 19.2.0 +Requires: python-pytz >= 2014.1 Requires: python-sortedcontainers >= 2.1.0 Requires(post): update-alternatives Requires(preun):update-alternatives @@ -64,7 +65,6 @@ Recommends: python-numpy >= 1.9.0 Recommends: python-pandas >= 0.25 Recommends: python-pytest >= 4.3 Recommends: python-python-dateutil >= 1.4 -Recommends: python-pytz >= 2014.1 Recommends: python-redis >= 3.0.0 BuildArch: noarch %if %{with test}