We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03608f commit c66f7c1Copy full SHA for c66f7c1
setup.py
@@ -159,6 +159,8 @@ def main_file(module):
159
160
def extension_file(module, canary):
161
if ENABLE_SUPPORT_DETECTION and not hasattr(GSSAPI_LIB, canary):
162
+ print('Skipping the %s extension because it '
163
+ 'is not supported by your GSSAPI implementation...' % module)
164
return None
165
else:
166
enum_ext_path = 'gssapi/raw/_enum_extensions/ext_%s.%s' % (module,
0 commit comments