forked from pool/python-tornado
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=95
This commit is contained in:
committed by
Git OBS Bridge
parent
f778e28b59
commit
603cbbf81b
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tornado
|
# spec file for package python-tornado
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/t/tornado/tornado
|
|||||||
Patch1: tornado-testsuite_timeout.patch
|
Patch1: tornado-testsuite_timeout.patch
|
||||||
# meshed from upstream and local changes (Tornado 5 update blocked by salt)
|
# meshed from upstream and local changes (Tornado 5 update blocked by salt)
|
||||||
Patch2: asyncio.patch
|
Patch2: asyncio.patch
|
||||||
|
Patch3: openssl-cert-size.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pycurl}
|
BuildRequires: %{python_module pycurl}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -93,6 +94,7 @@ thousands of clients, see The C10K problem.)
|
|||||||
find demos tornado -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
|
find demos tornado -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
# remove egg-info _file_, being replaced by an egg-info directory
|
# remove egg-info _file_, being replaced by an egg-info directory
|
||||||
|
Reference in New Issue
Block a user