mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add sqlite3 to the freezer includes
This commit is contained in:
parent
5785e1e753
commit
131aa168c6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -543,6 +543,7 @@ FREEZER_INCLUDES = [
|
|||
'Cookie',
|
||||
'asyncore',
|
||||
'fileinput',
|
||||
'sqlite3',
|
||||
'email',
|
||||
'email.mime.*',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue