[entropy.server] when running dependencies test, always match against given list of repository identifiers

This commit is contained in:
Fabio Erculiani
2011-07-28 18:06:30 +02:00
parent 27d3275a07
commit 3e6f43cfbe
+2 -1
View File
@@ -3622,7 +3622,8 @@ class Server(Client):
# that every packages comes out with all of them.
xdeps = dbconn.retrieveDependencies(idpackage)
for xdep in xdeps:
xid, xuseless = self.atom_match(xdep)
xid, xuseless = self.atom_match(xdep,
match_repo = server_repos)
if xid == -1:
deps_not_satisfied.add(xdep)