Accepting request 735546 from devel:languages:python
- python-future is actually required even for py3k version. https://www.reddit.com/r/openSUSE/comments/de7trv/glances_fails_to_run_with_error/ OBS-URL: https://build.opensuse.org/request/show/735546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Glances?expand=0&rev=4
This commit is contained in:
commit
8c74645241
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 21:27:25 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- python-future is actually required even for py3k version.
|
||||
https://www.reddit.com/r/openSUSE/comments/de7trv/glances_fails_to_run_with_error/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 09:09:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -22,7 +22,6 @@ Version: 3.1.2
|
||||
Release: 0
|
||||
Summary: A cross-platform curses-based monitoring tool
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/nicolargo/glances
|
||||
Source: https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
|
||||
Patch0: adjust-data-files.patch
|
||||
@ -30,6 +29,7 @@ Patch1: remove-shebang.patch
|
||||
Patch2: skip-online-tests.patch
|
||||
BuildRequires: %{python_module bottle}
|
||||
BuildRequires: %{python_module curses}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module netifaces}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module psutil >= 5.3.0}
|
||||
@ -37,17 +37,14 @@ BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-future
|
||||
Requires: python-bottle
|
||||
Requires: python-curses
|
||||
Requires: python-future
|
||||
Requires: python-psutil >= 5.6.3
|
||||
Requires: python-requests
|
||||
Provides: python-glances = %{version}
|
||||
Obsoletes: python-glances < %{version}
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-future
|
||||
%endif
|
||||
%ifpython3
|
||||
Provides: glances
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user