14
0

- Fix build on SLE 11: avoid BuildArch noarch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=2
This commit is contained in:
Antoine Belvire
2016-03-16 19:50:24 +00:00
committed by Git OBS Bridge
parent 41dbff4282
commit a8db0bcae1
2 changed files with 7 additions and 0 deletions

View File

@@ -32,7 +32,9 @@ Requires: python-enum34
Requires: python-netifaces
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description
This is fork of pyzeroconf, Multicast DNS Service Discovery for Python,