15
0

- 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:
Tomáš Chvátal
2018-03-12 09:11:23 +00:00
committed by Git OBS Bridge
parent e50394f095
commit a7f9160e50
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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