MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / compilerToPackages

Function compilerToPackages

checkdeps.py:154–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

checkdeps.pyFile · 0.85

Calls 1

detectOSFunction · 0.85

Tested by

no test coverage detected