offlineimap: add Python 2 comment
This commit is contained in:
parent
924a55eb49
commit
3ca7de62d5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Offlineimap < Formula
|
|||
depends_on "asciidoc" => :build
|
||||
depends_on "docbook-xsl" => :build
|
||||
depends_on "sphinx-doc" => :build
|
||||
depends_on "python@2"
|
||||
depends_on "python@2" # does not support Python 3
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue