forked from pool/python-autobahn
- Fix python2 pulling of trollius
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
e50394f095
commit
a7f9160e50
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 09:11:02 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Fix python2 pulling of trollius
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}}
|
||||
%define oldpython python
|
||||
Name: python-autobahn
|
||||
Version: 17.10.1
|
||||
Release: 0
|
||||
@@ -43,7 +44,7 @@ BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: %{python_module txaio}
|
||||
# /SECTION
|
||||
%ifpython2
|
||||
Requires: python-trollius
|
||||
Requires: %{oldpython}-trollius
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user