15
0

Accepting request 692210 from home:bmwiedemann:branches:devel:languages:python

Drop compile-time CPU detection.
Add reproducible.patch to make package build reproducible (boo#1100677) and to not use SSE4.1 instructions

OBS-URL: https://build.opensuse.org/request/show/692210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-04-08 08:39:26 +00:00
committed by Git OBS Bridge
parent 39c4829c50
commit c2e7d9080d
3 changed files with 33 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/crossbario/autobahn-python
Source: https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-%{version}.tar.gz
# PATCH-FIX-OPENSUSE bmwiedemann -- https://bugzilla.opensuse.org/show_bug.cgi?id=1100677
Patch0: reproducible.patch
BuildRequires: %{python_module PyNaCl >= 1.0.1}
BuildRequires: %{python_module PyQRCode >= 1.1}
BuildRequires: %{python_module Twisted >= 12.1.0}
@@ -87,6 +89,7 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
%prep
%setup -q -n autobahn-%{version}
%patch0 -p1
%build
export AUTOBAHN_USE_NVX=true