rich-cli: depend on docutils

Closes #116346.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-11-21 10:21:52 -05:00 committed by BrewTestBot
parent 90c0333527
commit 6d76c5b0f1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -18,6 +18,7 @@ class RichCli < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "99dc90e4c784f42eb8bb90e64f99c4eb3fc262123bb32b8b299d187a65316f06"
end
depends_on "docutils"
depends_on "pygments"
depends_on "python@3.11"
@ -41,11 +42,6 @@ class RichCli < Formula
sha256 "452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"
end
resource "docutils" do
url "https://files.pythonhosted.org/packages/6b/5c/330ea8d383eb2ce973df34d1239b3b21e91cd8c865d21ff82902d952f91f/docutils-0.19.tar.gz"
sha256 "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
end
resource "idna" do
url "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz"
sha256 "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"

View File

@ -514,7 +514,7 @@
"exclude_packages": ["six", "Pygments"]
},
"rich-cli": {
"exclude_packages": ["Pygments"]
"exclude_packages": ["Pygments", "docutils"]
},
"robot-framework": {
"extra_packages": ["robotframework-archivelibrary", "robotframework-selenium2library", "robotframework-sshlibrary"],