From 8fc5ed1b20c9c9fab75164aae1984698a46974dc Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 15 Nov 2020 00:27:05 +0100 Subject: Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879) --- setup.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 80c3bc3c..90c79c7c 100755 --- a/setup.py +++ b/setup.py @@ -430,14 +430,6 @@ def main(): elif SUNOS: missdeps("sudo ln -s /usr/bin/gcc /usr/local/bin/cc && " "pkg install gcc") - elif not success and WINDOWS: - if PY3: - ur = "http://www.visualstudio.com/en-au/news/vs2015-preview-vs" - else: - ur = "http://www.microsoft.com/en-us/download/" - ur += "details.aspx?id=44266" - s = "VisualStudio is not installed; get it from %s" % ur - print(hilite(s, color="red"), file=sys.stderr) if __name__ == '__main__': -- cgit v1.2.1