From 57e13c8bb2a5869798f6f74466e2eb4f17af8a73 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:17:29 -0800 Subject: [PATCH] Fix (protobuf): Move to Extras (#3013) (#3015) * Fix: Move to Extras Signed-off-by: Gil * Fix: Quotes Signed-off-by: Gil --------- Signed-off-by: Gil (cherry picked from commit d7a342150c3e7fedbdfd2636cf85308ce01d804a) Co-authored-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" + } }