Removed 'mercurial' from the list of install dependencies. eric7

Sat, 10 Jul 2021 11:41:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 10 Jul 2021 11:41:13 +0200
branch
eric7
changeset 8458
d3bedd175c99
parent 8456
00a7d3bd87dc
child 8459
0ae07748dbe8

Removed 'mercurial' from the list of install dependencies.

scripts/install.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Fri Jul 09 19:58:16 2021 +0200
+++ b/scripts/install.py	Sat Jul 10 11:41:13 2021 +0200
@@ -1575,7 +1575,6 @@
         "EditorConfig": ("editorconfig", ""),
         "Send2Trash": ("send2trash", ""),
         "Pygments": ("pygments", ""),
-        "mercurial": ("mercurial", ""),
         "pyenchant": ("enchant", ""),
         "wheel": ("wheel", ""),
     }
--- a/setup.py	Fri Jul 09 19:58:16 2021 +0200
+++ b/setup.py	Sat Jul 10 11:41:13 2021 +0200
@@ -349,7 +349,6 @@
         "EditorConfig",
         "Send2Trash",
         "Pygments",
-        "mercurial",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial