Lines Matching refs:pkgs
797 pkgs = self.command_packages798 if not isinstance(pkgs, list):799 if pkgs is None:800 pkgs = ''801 pkgs = [pkg.strip() for pkg in pkgs.split(',') if pkg != '']802 if "distutils.command" not in pkgs:803 pkgs.insert(0, "distutils.command")804 self.command_packages = pkgs805 return pkgs