From: # Force all the relevant distros to be copied or activated for dist in distros: if dist.key not in self.installed_projects: self.easy_install(dist.as_requirement()) log.info("Finished processing dependencies for %s", requirement) def should _unzip(self, dist): if self.zip ok is not None: return not self.zip ok if dist.has metadata('not-zip-safe'): return True if not dist.has_metadata('zip-safe'): return True return False EFTA00504004