summaryrefslogtreecommitdiff
path: root/portato/db/eix_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/db/eix_sql.py')
-rw-r--r--portato/db/eix_sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/db/eix_sql.py b/portato/db/eix_sql.py
index ac31019..089d3ed 100644
--- a/portato/db/eix_sql.py
+++ b/portato/db/eix_sql.py
@@ -51,7 +51,7 @@ class EixSQLDatabase (SQLDatabase):
@SQLDatabase.con
def populate (self, category = None, connection = None):
- inst = system.find_packages(pkgSet = system.SET_INSTALLED, key = category, with_version = False)
+ inst = set(system.find_packages(pkgSet = system.SET_INSTALLED, key = category, with_version = False))
def _get():
with EixReader(self.cache) as eix: