On 2013-04-09 15:51, Dave Steele wrote: > Are recurse and resolve_virtual mutually exclusive? I honestly don't know. no, both can be used at the same time, as I did further up in the patch you quoted: + dep_pkg = self.get_package(dep, recurse=True, resolve_virtual=True) Andreas