From 34514cadc7b374506206aff5e3f2b71efcbb7ada76bd505b191950eb63ea6288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 10:39:05 +0000 Subject: [PATCH] - Explicitly require hypothesis as it is requested in setup.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=47 --- python-icalendar.changes | 5 +++++ python-icalendar.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-icalendar.changes b/python-icalendar.changes index ad07a91..f7bd66e 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 29 10:38:43 UTC 2018 - tchvatal@suse.com + +- Explicitly require hypothesis as it is requested in setup.py + ------------------------------------------------------------------- Thu Aug 23 08:09:51 UTC 2018 - tchvatal@suse.com diff --git a/python-icalendar.spec b/python-icalendar.spec index bcafa6a..3ca91d5 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -29,6 +29,7 @@ Group: Development/Languages/Python URL: https://github.com/collective/icalendar Source0: https://files.pythonhosted.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz BuildRequires: %{python_module base} +BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz}