[entropy.server] properly test base repository against missing deps

This commit is contained in:
Fabio Erculiani
2011-08-02 08:16:36 +02:00
parent 10bb393128
commit 24fb3c4419
+3 -3
View File
@@ -1656,9 +1656,9 @@ Name: %s
)
return 5, set(), set()
base_deps_not_found = set()
if base_repo != self._repository_id:
base_deps_not_found = self._entropy.dependencies_test(base_repo)
# also test if the base repository is self contained
base_deps_not_found = self._entropy.dependencies_test(
base_repo, match_repo = [base_repo])
# missing dependencies QA test
deps_not_found = self._entropy.dependencies_test(