mkvtomp4: add Python 2 comment

This commit is contained in:
FX Coudert 2018-10-12 18:05:12 +02:00
parent 1a54c5cc7e
commit 0fbd6e745e

View file

@ -18,7 +18,7 @@ class Mkvtomp4 < Formula
depends_on "ffmpeg"
depends_on "gpac"
depends_on "mkvtoolnix"
depends_on "python@2"
depends_on "python@2" # does not support Python 3
def install
ENV["PYTHONPATH"] = lib+"python2.7/site-packages"