diff --git a/python-blessings.changes b/python-blessings.changes index 7dd8f66..f9e350c 100644 --- a/python-blessings.changes +++ b/python-blessings.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 27 10:08:34 UTC 2020 - Paolo Stivanin + +- Remove nose dep since we are not running the tests + ------------------------------------------------------------------- Tue Jul 17 13:18:24 UTC 2018 - tchvatal@suse.com diff --git a/python-blessings.spec b/python-blessings.spec index eec50ba..012625f 100644 --- a/python-blessings.spec +++ b/python-blessings.spec @@ -1,7 +1,7 @@ # # spec file for package python-blessings # -# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/erikrose/blessings Source: https://files.pythonhosted.org/packages/source/b/blessings/blessings-%{version}.tar.gz BuildRequires: %{python_module curses} -BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: python-rpm-macros