hghave: remove unused check for bdist_mpkg stable
authorKevin Bullock <kbullock+mercurial@ringworld.org>
Fri, 29 Apr 2016 14:14:00 -0500
branchstable
changeset 29028 67fd250b7c21
parent 29027 db5084d27df5
child 29029 224dd889ecd0
hghave: remove unused check for bdist_mpkg
tests/hghave.py
--- a/tests/hghave.py	Wed Apr 27 10:20:36 2016 -0500
+++ b/tests/hghave.py	Fri Apr 29 14:14:00 2016 -0500
@@ -456,14 +456,6 @@
 def has_osx():
     return sys.platform == 'darwin'
 
-@check("bdistmpkg", "bdist_mpkg Python Package")
-def has_bdistmpkg():
-    try:
-        import bdist_mpkg.script_bdist_mpkg
-        return True
-    except ImportError:
-        return False
-
 @check("osxpackaging", "OS X packaging tools")
 def has_osxpackaging():
     try: