Accepting request 753326 from home:bnavigator:branches:devel:languages:python:numeric

- python-control-pr345.patch: PR#345 to fix fails on some
  architectures because of machine precision

OBS-URL: https://build.opensuse.org/request/show/753326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=6
This commit is contained in:
2019-12-03 17:30:22 +00:00
committed by Git OBS Bridge
parent d78dd61631
commit a39d5f1bbb
3 changed files with 247 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-control
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@ URL: http://python-control.sourceforge.net
Source: https://files.pythonhosted.org/packages/source/c/control/control-%{version}.tar.gz
Patch0: python-control-fixtestaugw.patch
Patch1: python-control-pr317.patch
Patch2: python-control-pr345.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -54,6 +55,7 @@ operations for analysis and design of feedback control systems.
%setup -q -n control-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%python_build