cleanup: stop including thirdparty.cbor in builds
authorAugie Fackler <augie@google.com>
Mon, 07 Jan 2019 18:43:10 -0500
changeset 41161 98ce494e104d
parent 41160 a9905045b992
child 41162 cc1f545c4075
cleanup: stop including thirdparty.cbor in builds Differential Revision: https://phab.mercurial-scm.org/D5524
contrib/import-checker.py
setup.py
--- 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',