diff options
Diffstat (limited to '')
-rw-r--r-- | portato/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/plugin.py b/portato/plugin.py index 0119909..0bb161c 100644 --- a/portato/plugin.py +++ b/portato/plugin.py @@ -150,7 +150,7 @@ class Plugin (object): """ for d in self.deps: - if not system.find_packages(d, pkgSet="installed", with_version = False): + if not system.find_packages(d, pkgSet=system.SET_INSTALLED, with_version = False): self._unresolved_deps = True break |