inno: remove references to pywin32
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 03 Mar 2019 09:16:37 -0800
changeset 41849 d22198b4b3dd
parent 41848 27eca52b1874
child 41850 d80d48928eb1
inno: remove references to pywin32 According to the commit message for 0c35bb01a1195, pywin32 was removed in Mercurial 1.8! Differential Revision: https://phab.mercurial-scm.org/D6062
contrib/packaging/inno/readme.txt
contrib/win32/hgwebdir_wsgi.py
--- a/contrib/packaging/inno/readme.txt	Sun Mar 03 09:10:52 2019 -0800
+++ b/contrib/packaging/inno/readme.txt	Sun Mar 03 09:16:37 2019 -0800
@@ -13,9 +13,6 @@
     or Microsoft Visual C++ 2008 SP1 Express Edition
       http://www.microsoft.com/express/Downloads/Download-2008.aspx
 
-  Python for Windows Extensions
-      http://sourceforge.net/projects/pywin32/
-
   mfc71.dll (just download, don't install; not needed for Python 2.6)
       http://starship.python.net/crew/mhammond/win32/
 
--- a/contrib/win32/hgwebdir_wsgi.py	Sun Mar 03 09:10:52 2019 -0800
+++ b/contrib/win32/hgwebdir_wsgi.py	Sun Mar 03 09:16:37 2019 -0800
@@ -6,7 +6,6 @@
 #
 # Requirements:
 # - Python 2.7, preferably 64 bit
-# - PyWin32 for Python 2.7 (32 or 64 bit)
 # - Mercurial installed from source (python setup.py install) or download the
 #   python module installer from https://www.mercurial-scm.org/wiki/Download
 # - IIS 7 or newer