mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
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:
parent
12467d684d
commit
0183d6fea9
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user