This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ cd $BASE_DIR
1010 source env/bin/activate
1111
1212 pip install --upgrade pip
13-
14- # Pin setuptools to work around crash bug in v60
15- # See https://github.com/vector-im/element-web/issues/20287
16- pip install setuptools==v59.8.0
13+ pip install --upgrade setuptools
1714
1815 pip install ComplexHttpServer
1916
Original file line number Diff line number Diff line change @@ -22,17 +22,8 @@ virtualenv -p python3 env
2222source env/bin/activate
2323
2424pip install --upgrade pip
25-
26- # Pin setuptools to work around crash bug in v60
27- # See https://github.com/vector-im/element-web/issues/20287
28- pip install setuptools==v59.8.0
29-
25+ pip install --upgrade setuptools
3026pip install https://codeload.github.com/matrix-org/synapse/zip/$SYNAPSE_BRANCH
31-
32- # reivilibre: Suspected bug in frozendict 2.1.2 leading to a core dump...
33- # See https://github.com/vector-im/element-web/issues/20287
34- pip install frozendict==2.0.2
35-
3627# apply configuration
3728pushd env/bin/
3829cp -r $BASE_DIR /config-templates/$CONFIG_TEMPLATE /. ./
You can’t perform that action at this time.
0 commit comments