From f047a84ceef9bf7158630abb15e900a2f3f0106653ae5be9d57bdf9a40511f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 28 Mar 2020 07:37:39 +0000 Subject: [PATCH] - Drop left over python-mock dep that is not present on python2 less enviroment OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=21 --- python-ipywidgets.changes | 6 ++++++ python-ipywidgets.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-ipywidgets.changes b/python-ipywidgets.changes index 12cd56b..a5eed9b 100644 --- a/python-ipywidgets.changes +++ b/python-ipywidgets.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 28 07:37:07 UTC 2020 - Tomáš Chvátal + +- Drop left over python-mock dep that is not present on + python2 less enviroment + ------------------------------------------------------------------- Wed Mar 11 15:01:17 UTC 2020 - Todd R diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 02310d1..9398531 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,7 +51,6 @@ BuildRequires: %{python_module pytest >= 3.6.0} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module recommonmark} BuildRequires: %{python_module traitlets >= 4.3.1} -BuildRequires: python-mock # /SECTION Recommends: jupyter-widgetsnbextension >= 3.5.0 %ifpython3