mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
Dependencies should always be string
This commit is contained in:
parent
b3a9c581a7
commit
f92efe75b6
@ -61,8 +61,8 @@ type ModuleMd struct {
|
||||
} `yaml:"license,omitempty"`
|
||||
Xmd map[string]interface{} `yaml:"xmd,omitempty"`
|
||||
Dependencies []struct {
|
||||
Buildrequires map[string]interface{} `yaml:"buildrequires,omitempty,omitempty"`
|
||||
Requires map[string]interface{} `yaml:"requires,omitempty,omitempty"`
|
||||
Buildrequires map[string][]string `yaml:"buildrequires,omitempty,omitempty"`
|
||||
Requires map[string][]string `yaml:"requires,omitempty,omitempty"`
|
||||
} `yaml:"dependencies,omitempty"`
|
||||
References struct {
|
||||
Community string `yaml:"community,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user