17
0

Accepting request 285686 from home:rjschwei:branches:devel:languages:python

- Update fixTestTimeoutIssue.patch to handle different behavior between
  python 2.7.x versions

- Add fixTestTimeoutIssue.patch
  + fixes test case in factory

OBS-URL: https://build.opensuse.org/request/show/285686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=4
This commit is contained in:
Michal Čihař
2015-02-17 10:18:09 +00:00
committed by Git OBS Bridge
parent bcbeb7f0e2
commit 47fb840733
3 changed files with 49 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ License: LGPL-2.1
Group: Development/Languages/Python
Url: https://github.com/liris/websocket-client/releases
Source0: websocket-client-%{version}.tar.gz
Patch0: fixTestTimeoutIssue.patch
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python
@@ -53,6 +54,7 @@ Unit tests for websocket-client
%prep
%setup -q -n websocket-client-%{version}
%patch0
%build
python setup.py build