From 054ff3d43d6388ab3079fe4afa8a46c7f49084ee Mon Sep 17 00:00:00 2001 From: lxnay Date: Fri, 11 Apr 2008 01:13:44 +0000 Subject: [PATCH] fix mycontent git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1685 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/entropy.py b/libraries/entropy.py index 4c87d7fea..be91a7911 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -2586,6 +2586,7 @@ class EquoInterface(TextInterface): dependencies_cache.add((key,slot)) key, slot = dbconn.retrieveKeySlot(idpackage) + mycontent = dbconn.retrieveContent(idpackage) deps_content |= update_depscontent(mycontent, dbconn, ldpaths) dependencies_cache.add((key,slot))