From a7f9160e503e255dad1bf9a1512b76bbcd60ba1e0d032be9bc7a22a4b4d8aa00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Mar 2018 09:11:23 +0000 Subject: [PATCH] - Fix python2 pulling of trollius OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=4 --- python-autobahn.changes | 5 +++++ python-autobahn.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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