diff --git a/python-blessed.changes b/python-blessed.changes index 114f52d..c39a74f 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 13:29:00 UTC 2018 - tchvatal@suse.com + +- Tox is not used when building so no need to depend on it + ------------------------------------------------------------------- Wed May 9 03:18:05 UTC 2018 - toddrme2178@gmail.com diff --git a/python-blessed.spec b/python-blessed.spec index 37da26c..7caad4c 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -21,24 +22,23 @@ Name: python-blessed Version: 1.14.2 Release: 0 -License: MIT Summary: Wrapper around terminal styling, screen positioning, and keyboard input -Url: https://github.com/jquast/blessed +License: MIT Group: Development/Languages/Python +Url: https://github.com/jquast/blessed Source: https://files.pythonhosted.org/packages/source/b/blessed/blessed-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module curses} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module wcwidth >= 0.1.4} -BuildRequires: %{python_module tox} %endif Requires: python-curses Requires: python-six >= 1.9.0