[entropy.qa] _get_missing_rdepends: if package does not need any library, return straight away

This commit is contained in:
Fabio Erculiani
2013-02-09 11:04:08 +00:00
parent 28ce290999
commit fa3f2df372
+3
View File
@@ -1176,6 +1176,9 @@ class QAInterface(TextInterface, EntropyPluginStore):
rdepends = {}
rdepends_plain = set()
neededs = dbconn.retrieveNeeded(package_id, extended = True)
if not neededs:
return rdepends, rdepends_plain
ldpaths = entropy.tools.collect_linker_paths()
deps_content = set()
dependencies = self.get_deep_dependency_list(entropy_client,