mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-01 02:18:05 -04:00
make itsdangerous actually load in any wheezy
This commit is contained in:
parent
5a496c1864
commit
7f9185f266
2
setup.py
2
setup.py
@ -17,6 +17,8 @@ def file_list(path):
|
||||
return files
|
||||
|
||||
packages = ['onionshare', 'onionshare_gui']
|
||||
|
||||
sys.path.remove(os.getcwd())
|
||||
try:
|
||||
import itsdangerous
|
||||
except ImportError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user