Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Boulder inserts empty name() deps when empty rundeps present #43

Open
davidjharder opened this issue Dec 17, 2022 · 0 comments
Open

Boulder inserts empty name() deps when empty rundeps present #43

davidjharder opened this issue Dec 17, 2022 · 0 comments
Labels
type: bug Something isn't working.

Comments

@davidjharder
Copy link

When a stone.yaml includes an empty rundep like:

rundeps    :
    -  tree
    -
networking  : yes

or:

rundeps    :
    -
networking  : yes

or:

rundeps    :
    #- tree
networking  : yes

or:

rundeps    :
 
networking  : yes

boulder obligingly creates a dependency that will fail on install:

 ⚠  Unable to install due to the following problems...

 - [MissingDependency] name(null)
@livingsilver94 livingsilver94 added the type: bug Something isn't working. label Jul 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working.
Projects
Status: No status
Development

No branches or pull requests

2 participants