docutils: depend on python@2

This commit is contained in:
commitay 2018-04-13 10:04:41 +10:00 committed by ilovezfs
parent 75eed03e51
commit 27a641c935

View file

@ -14,6 +14,8 @@ class Docutils < Formula
sha256 "53e168f1335e9198d4948b2d89c434097b8878c835efeb2c6f0f116353212702" => :yosemite
end
depends_on "python@2"
def install
virtualenv_install_with_resources
end