14
0
forked from pool/python-txaio
2018-12-04 17:24:46 +00:00
committed by Git OBS Bridge
parent 0a2358154d
commit 4290ef45c0

View File

@@ -23,23 +23,22 @@ Release: 0
Summary: WebSocket and WAMP in Python for Twisted and asyncio
License: MIT
Group: Development/Languages/Python
Url: http://crossbar.io/autobahn
URL: http://crossbar.io/autobahn
Source: https://files.pythonhosted.org/packages/source/t/txaio/txaio-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module six}
# /SECTION
Requires: python-six
BuildArch: noarch
%python_subpackages
%description
WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
%prep
%setup -q -n txaio-%{version}
@@ -55,7 +54,7 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
%python_exec setup.py test
%files %{python_files}
%doc LICENSE
%license LICENSE
%{python_sitelib}/*
%changelog