- fix build for SLE12 and older
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=49
This commit is contained in:
parent
532bc8676d
commit
068400a824
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 06:38:20 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fix build for SLE12 and older
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 9 07:34:57 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
Tue Apr 9 07:34:57 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module wcwidth}
|
BuildRequires: %{python_module wcwidth}
|
||||||
# Required by tests.
|
# Required by tests.
|
||||||
BuildRequires: vim
|
BuildRequires: vim
|
||||||
%if 0%{?sle_version} < 150000 && 0%{?is_opensuse}
|
%if 0%{?suse_version} < 130200
|
||||||
BuildRequires: %{python_module contextlib2}
|
BuildRequires: %{python_module contextlib2}
|
||||||
BuildRequires: %{python_module typing}
|
BuildRequires: %{python_module typing}
|
||||||
%endif
|
%endif
|
||||||
@ -96,6 +96,6 @@ chmod a-x README.md
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.md CODEOWNERS README.md
|
%doc CHANGELOG.md CODEOWNERS README.md
|
||||||
%{python_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user