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" + } }