From d7a342150c3e7fedbdfd2636cf85308ce01d804a Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 16 Jan 2025 04:15:07 -0600 Subject: [PATCH] Fix (protobuf): Move to Extras (#3013) * Fix: Move to Extras Signed-off-by: Gil * Fix: Quotes Signed-off-by: Gil --------- Signed-off-by: Gil --- anda/langs/python/protobuf/anda.hcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/protobuf/anda.hcl b/anda/langs/python/protobuf/anda.hcl index b2ee161ac8..cc80f316fb 100644 --- a/anda/langs/python/protobuf/anda.hcl +++ b/anda/langs/python/protobuf/anda.hcl @@ -1,5 +1,8 @@ project pkg { rpm { - spec = "python3-protobuf.spec" + spec = "python3-protobuf.spec" } + labels { + subrepo = "extras" + } }