- Fix Requires for older python3 versions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=47
This commit is contained in:
parent
fe67ea8f78
commit
532bc8676d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 9 07:34:57 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
- Fix Requires for older python3 versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 15 10:31:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 15 10:31:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -35,6 +35,10 @@ Requires: python-attrs
|
|||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-pyperclip >= 1.5.27
|
Requires: python-pyperclip >= 1.5.27
|
||||||
Requires: python-wcwidth
|
Requires: python-wcwidth
|
||||||
|
%if %python3_version_nodots < 35
|
||||||
|
Requires: python-contextlib2
|
||||||
|
Requires: python-typing
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION Test requirements
|
# SECTION Test requirements
|
||||||
BuildRequires: %{python_module attrs}
|
BuildRequires: %{python_module attrs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user