protobuf@3.1: add Python 2 comment
This commit is contained in:
parent
1d6c9b8ba5
commit
af2e435d0e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ProtobufAT31 < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "python@2"
|
||||
depends_on "python@2" # does not support Python 3
|
||||
|
||||
resource "appdirs" do
|
||||
url "https://files.pythonhosted.org/packages/bd/66/0a7f48a0f3fb1d3a4072bceb5bbd78b1a6de4d801fb7135578e7c7b1f563/appdirs-1.4.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue