mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #29490 from s0undt3ch/develop
Don't include the binary msgpack in the thin tarball
This commit is contained in:
commit
4e20b37d8d
@ -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