mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
Add check dependencies
This commit is contained in:
@@ -365,6 +365,7 @@ func (entry *BPMDatabaseEntry) CreateReadableInfo(rootDir string, humanReadableS
|
||||
builderWriteArray("Dependencies", entry.Info.Depends, true)
|
||||
if entry.Info.Type == "source" {
|
||||
builderWriteArray("Make dependencies", entry.Info.MakeDepends, true)
|
||||
builderWriteArray("Check dependencies", entry.Info.CheckDepends, true)
|
||||
}
|
||||
builderWriteArray("Runtime dependencies", entry.Info.RuntimeDepends, true)
|
||||
if len(entry.Info.OptionalDepends) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user