14
0

Accepting request 671208 from home:Andreas_Schwab:Factory

- remove-arch-check.patch: disable arch check that breaks the testsuite

OBS-URL: https://build.opensuse.org/request/show/671208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-cpuinfo?expand=0&rev=9
This commit is contained in:
Todd R
2019-02-05 19:05:56 +00:00
committed by Git OBS Bridge
parent 53da45ad9f
commit f5813bcb9d
3 changed files with 20 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-cpuinfo
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/workhorsy/py-cpuinfo
Source: https://files.pythonhosted.org/packages/source/p/py-cpuinfo/py-cpuinfo-%{version}.tar.gz
Patch: remove-arch-check.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,6 +54,7 @@ These approaches are used for getting info:
%prep
%setup -q -n py-cpuinfo-%{version}
%patch -p1
%build
%python_build