Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: netavark
|
||||
description: Container network stack
|
||||
version: 1.13.0
|
||||
revision: 2
|
||||
url: https://github.com/containers/netavark
|
||||
license: Apache-2.0
|
||||
architecture: any
|
||||
depends: ["gcc","glibc"]
|
||||
depends: ["gcc-libs", "glibc"]
|
||||
make_depends: ["rustc", "protobuf-compiler"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user