##// END OF EJS Templates
scripts/make-release: install ldap and pam to fix isort instabilities...
Thomas De Schampheleire -
r7867:22321950 stable
parent child Browse files
Show More
@@ -19,7 +19,7 b' virtualenv -p python2 "$venv"'
19 . "$venv/bin/activate"
19 . "$venv/bin/activate"
20
20
21 echo "Install/verify tools needed for building and uploading stuff"
21 echo "Install/verify tools needed for building and uploading stuff"
22 pip install --upgrade -e . -r dev_requirements.txt twine
22 pip install --upgrade -e . -r dev_requirements.txt twine python-ldap python-pam
23
23
24 echo "Cleanup and update copyrights ... and clean checkout"
24 echo "Cleanup and update copyrights ... and clean checkout"
25 scripts/run-all-cleanup
25 scripts/run-all-cleanup
General Comments 0
You need to be logged in to leave comments. Login now