Skip to content

Add dependency info for mysql-postgresql converter

Matthias Käppler requested to merge github/fork/xvonabur/patch-1 into master

Created by: xvonabur

Running converter with Python 2.6.x installed gives the following error: AttributeError: 'module' object has no attribute 'check_output'

After installing Python 2.7.x everything works fine.

Merge request reports