From e7b1ba8cf649b1099a1274d4c559c3bc21a7c67bbbd4d7fb2b731787ecc94133 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 20 Aug 2019 14:45:28 +0000 Subject: [PATCH] Accepting request 724843 from home:TheBlackCat:branches:devel:languages:python:jupyter Tests require jsonschema 3. OBS-URL: https://build.opensuse.org/request/show/724843 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbdime?expand=0&rev=11 --- python-nbdime.changes | 5 +++++ python-nbdime.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-nbdime.changes b/python-nbdime.changes index 754cbff..791fb67 100644 --- a/python-nbdime.changes +++ b/python-nbdime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 20 14:38:49 UTC 2019 - Todd R + +- Tests require jsonschema 3. + ------------------------------------------------------------------- Sun Aug 11 03:39:51 UTC 2019 - Todd R diff --git a/python-nbdime.spec b/python-nbdime.spec index d05d8c9..2ba09b4 100644 --- a/python-nbdime.spec +++ b/python-nbdime.spec @@ -44,6 +44,7 @@ BuildRequires: zip BuildRequires: python-backports.functools_lru_cache BuildRequires: python-backports.shutil_which # SECTION test requirements +BuildRequires: %{python_module jsonschema > 3} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} # /SECTION