mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
add socks to make_packages
This commit is contained in:
parent
904b3d17dd
commit
c9ff20b00c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ if __name__ == '__main__':
|
||||||
'dns',
|
'dns',
|
||||||
'six',
|
'six',
|
||||||
'jsonrpclib',
|
'jsonrpclib',
|
||||||
|
'socks',
|
||||||
]
|
]
|
||||||
for module in deps:
|
for module in deps:
|
||||||
f, pathname, descr = imp.find_module(module)
|
f, pathname, descr = imp.find_module(module)
|
||||||
|
|
Loading…
Add table
Reference in a new issue