From 91a843035bc137065d6f30023394be304558ebc5 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 17 Feb 2023 22:53:34 +0800 Subject: [PATCH] fix: protobuf (#199) Fix deps gcc Signed-off-by: madomado --- anda/python/protobuf/python3-protobuf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/python/protobuf/python3-protobuf.spec b/anda/python/protobuf/python3-protobuf.spec index e49c73fd1f..ac3c96771f 100644 --- a/anda/python/protobuf/python3-protobuf.spec +++ b/anda/python/protobuf/python3-protobuf.spec @@ -11,7 +11,7 @@ URL: https://developers.google.com/protocol-buffers/ Source0: %{pypi_source} BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python3-devel gcc BuildRequires: python3dist(setuptools) %description