From 5cfe77442a18c9444679068cbbd9cf53bf56b893 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 20 Feb 2023 01:43:01 +0800 Subject: [PATCH] fix: protobuf (#207) buildarch Signed-off-by: madomado --- anda/python/protobuf/python3-protobuf.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/anda/python/protobuf/python3-protobuf.spec b/anda/python/protobuf/python3-protobuf.spec index c058b727eb..977fb8ad58 100644 --- a/anda/python/protobuf/python3-protobuf.spec +++ b/anda/python/protobuf/python3-protobuf.spec @@ -9,7 +9,6 @@ Summary: Protocol Buffers License: BSD-3-Clause URL: https://developers.google.com/protocol-buffers/ Source0: %{pypi_source} -BuildArch: noarch BuildRequires: python3-devel gcc BuildRequires: python3dist(setuptools)