Repository URL to install this package:
NAME='pty' import os uwsgi_os = os.uname()[0] CFLAGS = [] LDFLAGS = [] if uwsgi_os in ('Linux', 'FreeBSD', 'GNU', 'NetBSD', 'DragonFly'): LIBS = ['-lutil'] else: LIBS = [] GCC_LIST = ['pty']