forked from pool/python-cmd2
Accepting request 692517 from devel:languages:python
- Fix Requires for older python3 versions OBS-URL: https://build.opensuse.org/request/show/692517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=24
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user