Skip to content
Snippets Groups Projects
Commit 53d0cdaf authored by inso's avatar inso
Browse files

Fix cx_Freeze

parent 0949c99d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ eval "$(pyenv virtualenv-init -)"
cd $HOME/build/ucoin-io/sakia
pyenv activate sakia-env
pip install coveralls
pip install hg+https://bitbucket.org/anthony_tuininga/cx_freeze@default
pip install cx_Freeze
pip install -r requirements.txt
python gen_resources.py
python gen_translations.py
......
......@@ -14,7 +14,7 @@ print(os.environ)
includes = ["sip", "re", "json", "logging",
"hashlib", "os", "urllib",
"ucoinpy", "pylibscrypt", "aiohttp", "asyncio",
"quamash", "jsonschema"]
"quamash", "jsonschema", "importlib.abc"]
exclude = ['.git']
packages = ["libnacl", "encodings", "jsonschema"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment