From 2e3cb28e161680f9d6aa76d524296345b2cbc352397c122ad6dabd3dc3ea9ed2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 28 Jun 2022 22:27:21 +0000 Subject: [PATCH] Accepting request 985520 from home:danigm Fix the build for Tumbleweed in x86_64 OBS-URL: https://build.opensuse.org/request/show/985520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=9 --- python-branca.changes | 5 +++++ python-branca.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}