# HG changeset patch # User Augie Fackler # Date 1546904590 18000 # Node ID 98ce494e104dca5200af6ed53d3f4ff6547962a8 # Parent a9905045b9920d12772010bdefd10c0d8dc2f403 cleanup: stop including thirdparty.cbor in builds Differential Revision: https://phab.mercurial-scm.org/D5524 diff -r a9905045b992 -r 98ce494e104d contrib/import-checker.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', ) diff -r a9905045b992 -r 98ce494e104d setup.py --- 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',