summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-10-04 20:21:27 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-10-04 20:21:27 (GMT)
commite527ba58ae5ee32e8112e7b6e8855efe2dfb02df (patch)
tree29f0b9cb95bcb8dd789df449fc6830b525f1c294
parent1761b1ee7ff092aecdc243005070e195937fc419 (diff)
downloadSCons-e527ba58ae5ee32e8112e7b6e8855efe2dfb02df.zip
SCons-e527ba58ae5ee32e8112e7b6e8855efe2dfb02df.tar.gz
SCons-e527ba58ae5ee32e8112e7b6e8855efe2dfb02df.tar.bz2
Remove references to needing pywin32 from docs and readmes
-rwxr-xr-xREADME-SF.rst3
-rwxr-xr-xREADME-package.rst3
-rwxr-xr-xREADME.rst3
-rw-r--r--doc/man/scons.xml4
4 files changed, 4 insertions, 9 deletions
diff --git a/README-SF.rst b/README-SF.rst
index e33c3f1..fce28d9 100755
--- a/README-SF.rst
+++ b/README-SF.rst
@@ -48,8 +48,7 @@ Execution Requirements
======================
Running SCons requires Python 3.5 or higher. There should be no other
-dependencies or requirements to run scons, although the pywin32 Python
-package is strongly recommended if running on Windows systems.
+dependencies or requirements to run scons.
The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++
diff --git a/README-package.rst b/README-package.rst
index 605e5fe..4aaea1c 100755
--- a/README-package.rst
+++ b/README-package.rst
@@ -45,8 +45,7 @@ Requirements
------------
Running SCons requires Python 3.5 or higher. There should be no other
-dependencies or requirements to run SCons, although the pywin32 Python
-package is strongly recommended if running on Windows systems.
+dependencies or requirements to run SCons.
By default, SCons knows how to search for available programming tools on
diff --git a/README.rst b/README.rst
index df74a59..1d7b858 100755
--- a/README.rst
+++ b/README.rst
@@ -73,8 +73,7 @@ Execution Requirements
======================
Running SCons requires Python 3.5 or higher. There should be no other
-dependencies or requirements to run scons, although the pywin32 Python
-package is strongly recommended if running on Windows systems.
+dependencies or requirements to run scons
The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 2e8a4f1..c930eb6 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -515,9 +515,7 @@ by appropriate setting of &consvars;.</para>
<para>&scons;
requires Python 3.5 or higher.
-There should be no other dependencies or requirements to run &scons;,
-although the <package>pywin32</package> Python package is
-strongly recommended if running on Windows systems.
+There should be no other dependencies or requirements to run &scons;.
</para>
</refsect1>