From b63a6b8e1f024e4ef31abe84aec11b69512233f3 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Apr 08 2020 00:51:06 +0000 Subject: Manually add requirement on sortedcontainers --- diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 0d3f98b..d7b2769 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 5.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -50,6 +50,7 @@ BuildRequires: python3dist(pexpect) BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-xdist) %endif +Requires: python%{python3_version}dist(sortedcontainers) Suggests: python%{python3_version}dist(pytz) >= 2014.1 Suggests: python%{python3_version}dist(numpy) >= 1.9.0 Suggests: python%{python3_version}dist(pytest) >= 3.0 @@ -93,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt %endif %changelog +* Tue Apr 7 2020 Michel Alexandre Salim - 5.8.0-2 +- Manually add requirement on sortedcontainers + * Tue Apr 7 2020 Michel Alexandre Salim - 5.8.0-1 - Update to 5.8.0