Skip to content

Commit 27af410

Browse files
committed
wrap long line
1 parent 33aa9bc commit 27af410

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,8 @@ class db_found(Exception): pass
10881088
missing.append('resource')
10891089

10901090
# Sun yellow pages. Some systems have the functions in libc.
1091-
if platform not in ['cygwin', 'atheos', 'qnx6'] and find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None:
1091+
if (platform not in ['cygwin', 'atheos', 'qnx6'] and
1092+
find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None):
10921093
if (self.compiler_obj.find_library_file(lib_dirs, 'nsl')):
10931094
libs = ['nsl']
10941095
else:

0 commit comments

Comments
 (0)