From 41cb66f71078b66e2232cdd7c14d8720ea9b2717 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 18 Apr 2017 13:38:30 -0600 Subject: [PATCH] Remove obsolete comment. --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index 83362dc..8b43496 100644 --- a/setup.py +++ b/setup.py @@ -42,11 +42,6 @@ if sys.platform in ("win32", "cygwin"): # define the list of files to be included as documentation for bdist_rpm docFiles = "README.txt LICENSE.txt samples test" -# NOTE: on HP-UX Itanium with Oracle 10g you need to add the library "ttsh10" -# to the list of libraries along with "clntsh"; since I am unable to test, I'll -# leave this as a comment until someone can verify when this is required -# without making other cases where sys.platform == "hp-ux11" stop working - # setup extra link and compile args extraLinkArgs = [] extraCompileArgs = ["-DBUILD_VERSION=%s" % BUILD_VERSION]