Mercurial > hg-stable
changeset 48924:64a8cdf4f327
setup: remove pygit2 Python 2 logic
Differential Revision: https://phab.mercurial-scm.org/D12277
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 02 Mar 2022 10:14:24 -0500 |
parents | b07b034cf548 |
children | 029b76d645dc |
files | setup.py |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Mar 02 10:13:45 2022 -0500 +++ b/setup.py Wed Mar 02 10:14:24 2022 -0500 @@ -1243,13 +1243,6 @@ 'hgdemandimport', ] -# The pygit2 dependency dropped py2 support with the 1.0 release in Dec 2019. -# Prior releases do not build at all on Windows, because Visual Studio 2008 -# doesn't understand C 11. Older Linux releases are buggy. -if sys.version_info[0] == 2: - packages.remove('hgext.git') - - for name in os.listdir(os.path.join('mercurial', 'templates')): if name != '__pycache__' and os.path.isdir( os.path.join('mercurial', 'templates', name)