Show More
@@ -818,8 +818,6 b" packages = ['mercurial'," | |||||
818 | 'mercurial.thirdparty.attr', |
|
818 | 'mercurial.thirdparty.attr', | |
819 | 'mercurial.thirdparty.cbor', |
|
819 | 'mercurial.thirdparty.cbor', | |
820 | 'mercurial.thirdparty.cbor.cbor2', |
|
820 | 'mercurial.thirdparty.cbor.cbor2', | |
821 | 'mercurial.thirdparty.concurrent', |
|
|||
822 | 'mercurial.thirdparty.concurrent.futures', |
|
|||
823 | 'mercurial.thirdparty.zope', |
|
821 | 'mercurial.thirdparty.zope', | |
824 | 'mercurial.thirdparty.zope.interface', |
|
822 | 'mercurial.thirdparty.zope.interface', | |
825 | 'mercurial.utils', |
|
823 | 'mercurial.utils', | |
@@ -832,6 +830,9 b" packages = ['mercurial'," | |||||
832 | 'hgext.largefiles', 'hgext.lfs', 'hgext.narrow', |
|
830 | 'hgext.largefiles', 'hgext.lfs', 'hgext.narrow', | |
833 | 'hgext.zeroconf', 'hgext3rd', |
|
831 | 'hgext.zeroconf', 'hgext3rd', | |
834 | 'hgdemandimport'] |
|
832 | 'hgdemandimport'] | |
|
833 | if sys.version_info[0] == 2: | |||
|
834 | packages.extend(['mercurial.thirdparty.concurrent', | |||
|
835 | 'mercurial.thirdparty.concurrent.futures']) | |||
835 |
|
836 | |||
836 | common_depends = ['mercurial/bitmanipulation.h', |
|
837 | common_depends = ['mercurial/bitmanipulation.h', | |
837 | 'mercurial/compat.h', |
|
838 | 'mercurial/compat.h', |
General Comments 0
You need to be logged in to leave comments.
Login now