Blame SOURCES/00316-mark-bdist_wininst-unsupported.patch

dd3773
diff --git a/Lib/distutils/command/bdist_wininst.py b/Lib/distutils/command/bdist_wininst.py
dd3773
index 0871a4f..8796b68 100644
dd3773
--- a/Lib/distutils/command/bdist_wininst.py
dd3773
+++ b/Lib/distutils/command/bdist_wininst.py
dd3773
@@ -12,6 +12,8 @@ from distutils.sysconfig import get_python_version
dd3773
 from distutils import log
dd3773
 
dd3773
 class bdist_wininst(Command):
dd3773
+    # Marker for tests that we have the unsupported bdist_wininst
dd3773
+    _unsupported = True
dd3773
 
dd3773
     description = "create an executable installer for MS Windows"
dd3773