summaryrefslogtreecommitdiff
path: root/portato/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugin.py')
-rw-r--r--portato/plugin.py2
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