changeset 41161:98ce494e104d

cleanup: stop including thirdparty.cbor in builds Differential Revision: https://phab.mercurial-scm.org/D5524
author Augie Fackler <augie@google.com>
date Mon, 07 Jan 2019 18:43:10 -0500
parents a9905045b992
children cc1f545c4075
files contrib/import-checker.py setup.py
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/import-checker.py	Mon Jan 07 18:41:53 2019 -0500
+++ b/contrib/import-checker.py	Mon Jan 07 18:43:10 2019 -0500
@@ -40,8 +40,6 @@
     # third-party imports should be directly imported
     'mercurial.thirdparty',
     'mercurial.thirdparty.attr',
-    'mercurial.thirdparty.cbor',
-    'mercurial.thirdparty.cbor.cbor2',
     'mercurial.thirdparty.zope',
     'mercurial.thirdparty.zope.interface',
 )
--- a/setup.py	Mon Jan 07 18:41:53 2019 -0500
+++ b/setup.py	Mon Jan 07 18:43:10 2019 -0500
@@ -846,8 +846,6 @@
             'mercurial.pure',
             'mercurial.thirdparty',
             'mercurial.thirdparty.attr',
-            'mercurial.thirdparty.cbor',
-            'mercurial.thirdparty.cbor.cbor2',
             'mercurial.thirdparty.zope',
             'mercurial.thirdparty.zope.interface',
             'mercurial.utils',