diff --git a/python-autobahn.changes b/python-autobahn.changes index d0ff6a4..1063e13 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -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 diff --git a/python-autobahn.spec b/python-autobahn.spec index 8170cd5..f588044 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -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