diff --git a/python-branca.changes b/python-branca.changes index 1d3eee4..b4e8c16 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 28 08:51:59 UTC 2022 - Daniel GarcĂ­a Moreno + +- New BuildRequires for tests: ipykernel + ------------------------------------------------------------------- Sun Jan 10 17:31:08 UTC 2021 - Atri Bhattacharya diff --git a/python-branca.spec b/python-branca.spec index a56ed17..4c02b19 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -1,7 +1,7 @@ # # spec file for package python-branca # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ Requires: python-six BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module nbconvert} BuildRequires: %{python_module pytest} BuildRequires: %{python_module selenium}