Skip to content

portmod.repo.deps: Fixed incorred variable name in is_satisfied

Benjamin Winger requested to merge bmwinger/portmod:misc_dep_fix into master

Fixes #64 (closed)

Probably caused by copying earlier similar code checking installed mods.

The variable was shadowed by the earlier declaration, so it wasn't considered undefined (sadly, python is not very strict when it comes to variable scope).

Merge request reports