forked from pool/python-blessed
- Tox is not used when building so no need to depend on it
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blessed?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
d73dc39b0b
commit
f6df9a31f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user