Don't include the binary msgpack in the thin tarball

Refs https://github.com/saltstack/salt/issues/25654#issuecomment-162616147
This commit is contained in:
Pedro Algarvio 2015-12-07 19:11:23 +00:00
parent 12467d684d
commit 0183d6fea9

View File

@ -20,7 +20,6 @@ import jinja2
import yaml
import salt.ext.six as six
import tornado
import msgpack
# pylint: disable=import-error,no-name-in-module
try:
@ -109,7 +108,6 @@ def get_tops(extra_mods='', so_mods=''):
os.path.dirname(jinja2.__file__),
os.path.dirname(yaml.__file__),
os.path.dirname(tornado.__file__),
os.path.dirname(msgpack.__file__)
]
tops.append(six.__file__.replace('.pyc', '.py'))