Lines Matching refs:packages
318 # information about the path, so we later can consider only packages
331 # The above is then parsed to find packages which contain executable files
343 # Parse into a set of names of packages containing an executable file.
344 packages = set()
358 packages.add(pkg)
361 if len(packages) == 1:
362 return packages.pop()
368 if len(packages) == 0:
369 logging.warning('find_package_of() found no packages for "%s"',
372 logging.warning('find_package_of() found multiple packages for "%s": '
373 '%s', exec_name, ', '.join(packages))