()
| 152 | PACKAGES[x][detectOS()] for x in detectPrereqs())) |
| 153 | |
| 154 | def compilerToPackages(): |
| 155 | if not detectOS() in COMPILING: |
| 156 | return |
| 157 | print "%s %s" % ( |
| 158 | PACKAGE_MANAGER[detectOS.result], COMPILING[detectOS.result]) |
| 159 | |
| 160 | def testCompiler(): |
| 161 | if not HAVE_SETUPTOOLS: |