Skip to content

Commit e527ba5

Browse files
committed
Remove references to needing pywin32 from docs and readmes
1 parent 1761b1e commit e527ba5

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

README-SF.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ Execution Requirements
4848
======================
4949

5050
Running SCons requires Python 3.5 or higher. There should be no other
51-
dependencies or requirements to run scons, although the pywin32 Python
52-
package is strongly recommended if running on Windows systems.
51+
dependencies or requirements to run scons.
5352

5453
The default SCons configuration assumes use of the Microsoft Visual C++
5554
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++

README-package.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Requirements
4545
------------
4646

4747
Running SCons requires Python 3.5 or higher. There should be no other
48-
dependencies or requirements to run SCons, although the pywin32 Python
49-
package is strongly recommended if running on Windows systems.
48+
dependencies or requirements to run SCons.
5049

5150

5251
By default, SCons knows how to search for available programming tools on

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Execution Requirements
7373
======================
7474

7575
Running SCons requires Python 3.5 or higher. There should be no other
76-
dependencies or requirements to run scons, although the pywin32 Python
77-
package is strongly recommended if running on Windows systems.
76+
dependencies or requirements to run scons
7877

7978
The default SCons configuration assumes use of the Microsoft Visual C++
8079
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++

doc/man/scons.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,7 @@ by appropriate setting of &consvars;.</para>
515515

516516
<para>&scons;
517517
requires Python 3.5 or higher.
518-
There should be no other dependencies or requirements to run &scons;,
519-
although the <package>pywin32</package> Python package is
520-
strongly recommended if running on Windows systems.
518+
There should be no other dependencies or requirements to run &scons;.
521519
</para>
522520

523521
</refsect1>

0 commit comments

Comments
 (0)