Merge pull request #12 from madonius/bugfix/version-python-installation-according-to-preferences

Use apropriate python version according to selected preference
This commit is contained in:
Emmanouil Kampitakis 2019-03-17 00:15:15 +01:00 committed by GitHub
commit aede785167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
apt:
name:
- build-essential
- python2.7-dev
- "python{{ (matrix_synapse_python_version == '2') | ternary('2.7', '3') }}-dev"
- libffi-dev
- python-pip
- python-setuptools