##// END OF EJS Templates
hghave: remove unused check for bdist_mpkg
Kevin Bullock -
r29028:67fd250b stable
parent child Browse files
Show More
@@ -456,14 +456,6 b' def has_aix():'
456 def has_osx():
456 def has_osx():
457 return sys.platform == 'darwin'
457 return sys.platform == 'darwin'
458
458
459 @check("bdistmpkg", "bdist_mpkg Python Package")
460 def has_bdistmpkg():
461 try:
462 import bdist_mpkg.script_bdist_mpkg
463 return True
464 except ImportError:
465 return False
466
467 @check("osxpackaging", "OS X packaging tools")
459 @check("osxpackaging", "OS X packaging tools")
468 def has_osxpackaging():
460 def has_osxpackaging():
469 try:
461 try:
General Comments 0
You need to be logged in to leave comments. Login now