Skip to content
Snippets Groups Projects
Commit b987b2ab authored by David Schmitz's avatar David Schmitz
Browse files

workaround for broken python anyjson dependencies

parent 9434ade7
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ if [ "$install_fodproper" = 0 ]; then
echo "Setup partial python environment for FoD"
virtualenv-3 /srv/venv
source /srv/venv/bin/activate
#fix for broken anyjson and cl
pip install 'setuptools<58'
pip install -r requirements.txt
else
......@@ -90,6 +93,8 @@ else
cp -f settings.py.dist settings.py
patch settings.py < settings.py.patch
)
pip install 'setuptools<58'
pip install -r requirements.txt
touch flowspy/settings_local.py
......
setuptools<58
argparse
cl
celery==4.4.0
......@@ -34,4 +35,3 @@ appdirs
anyjson
cryptography
redis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment