[equo] fix deptest output if all deps are satisfied

This commit is contained in:
Fabio Erculiani
2010-01-23 17:40:27 +01:00
parent 36be7ff9d3
commit dd3e5d1b25

View File

@@ -1973,7 +1973,7 @@ def dependencies_test():
for x in crying_atoms[atom]:
print_info(blue(" # ")+darkgreen(x))
if (etpUi['ask']):
if etpUi['ask']:
rc = E_CLIENT.ask_question(" %s" % (_("Would you like to install the available packages ?"),) )
if rc == _("No"):
return 0, 0
@@ -1989,6 +1989,9 @@ def dependencies_test():
install_packages(list(found_deps))
else:
print_generic("") # make sure to get back
return 0, 0
def libraries_test(listfiles = False, dump = False):