Accepting request 504889 from home:sebix:branches:devel:languages:python
fixes python-typing dependency OBS-URL: https://build.opensuse.org/request/show/504889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=17
This commit is contained in:
parent
3f0e48a544
commit
8f73e428ae
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 19 18:58:25 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
- only require python3-typing if necessary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 28 17:16:29 UTC 2017 - jengelh@inai.de
|
Fri Apr 28 17:16:29 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -46,7 +46,11 @@ BuildRequires: %{python_module colorama}
|
|||||||
BuildRequires: %{python_module docopt}
|
BuildRequires: %{python_module docopt}
|
||||||
BuildRequires: %{python_module pytest >= 2.3.5}
|
BuildRequires: %{python_module pytest >= 2.3.5}
|
||||||
BuildRequires: %{python_module pytest-cache}
|
BuildRequires: %{python_module pytest-cache}
|
||||||
BuildRequires: %{python_module typing}
|
BuildRequires: python2-typing
|
||||||
|
# do not require python3-typing for python >= 3.5
|
||||||
|
%if 0%{?suse_version} <= 1320
|
||||||
|
BuildRequires: python3-typing
|
||||||
|
%endif
|
||||||
BuildRequires: python3-tox
|
BuildRequires: python3-tox
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user