Skip to content
Snippets Groups Projects
Commit 2ad7b68c authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Restored setuptools-scm.

parent 3898f522
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ def bootstrap_charm_deps():
# this replaces the setuptools that was copied over from the system on
# venv create with latest setuptools and adds setuptools_scm
check_call([pip, 'install', '-U', '--no-index', '-f', 'wheelhouse',
'setuptools',]) # GARR. Attardi. 'setuptools-scm'])
'setuptools', 'setuptools-scm'])
# install the rest of the wheelhouse deps
check_call([pip, 'install', '-U', '--no-index', '-f', 'wheelhouse'] +
glob('wheelhouse/*'))
......
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