From 32f4615057ef6d951eb2a9585cb7d7316210d8d78041a809d70185d1dce131ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Dec 2021 18:10:44 +0000 Subject: [PATCH] - fix requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=145 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}