changeset 7987:22321950133a stable

scripts/make-release: install ldap and pam to fix isort instabilities isort (triggered by scripts/whitespacecleanup.sh) needs to know which modules are local and which are not, to separate them with a newline. If a module cannot be found, it will be treated as local, apparently. When ldap is not installed in the current environment, a difference was created by isort in kallithea/bin/ldap_sync.py.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 30 Nov 2019 20:47:01 +0100
parents 25f6f0c54e0f
children 690e7a035521
files scripts/make-release
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make-release	Sat Nov 30 20:44:45 2019 +0100
+++ b/scripts/make-release	Sat Nov 30 20:47:01 2019 +0100
@@ -19,7 +19,7 @@
 . "$venv/bin/activate"
 
 echo "Install/verify tools needed for building and uploading stuff"
-pip install --upgrade -e . -r dev_requirements.txt twine
+pip install --upgrade -e . -r dev_requirements.txt twine python-ldap python-pam
 
 echo "Cleanup and update copyrights ... and clean checkout"
 scripts/run-all-cleanup