Do not report unsolvable Requires as deprecated
When a Requires was not found, the for loop never run,
hence the else branch was executed.
This was wrong. Especially when testing packages with not-yet-available deps,
those would be always reported as deprecated()