Open gep13 opened 8 years ago
This really stems from this package:
https://chocolatey.org/packages/Internode_Monthly_Usage_Meter/8.6.3
Which has a dependency on SampleDependency, which is a package that doesn't exist. We either need to check explicitly for that dependency name, or we need to go further and check that a package with that name actually exists.
SampleDependency
Also created #90.
This one may get tricky - need to validate against submitted as well.
This really stems from this package:
https://chocolatey.org/packages/Internode_Monthly_Usage_Meter/8.6.3
Which has a dependency on
SampleDependency
, which is a package that doesn't exist. We either need to check explicitly for that dependency name, or we need to go further and check that a package with that name actually exists.