mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
make itsdangerous actually load in any wheezy
This commit is contained in:
parent
5a496c1864
commit
7f9185f266
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue