http-prompt: depend on pyyaml

Closes #111229.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-20 17:36:43 +02:00 committed by BrewTestBot
parent efb2271d18
commit 07c368f574
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -19,6 +19,7 @@ class HttpPrompt < Formula
end
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
resource "certifi" do
@ -81,11 +82,6 @@ class HttpPrompt < Formula
sha256 "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
resource "regex" do
url "https://files.pythonhosted.org/packages/b6/d9/b6971b194833ee2eccf4591f9097833b65e669cce0f8fc0ff2a118238f63/regex-2022.4.24.tar.gz"
sha256 "92183e9180c392371079262879c6532ccf55f808e6900df5d9f03c9ca8807255"

View File

@ -207,7 +207,7 @@
},
"httpie": "httpie",
"http-prompt": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "PyYAML"]
},
"internetarchive": {
"exclude_packages": ["six"]