litecli: depends_on six

master
Dustin Rodrigues 2022-03-29 21:49:30 -04:00 committed by BrewTestBot
parent ed7a9f44ff
commit b2a3efca7c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -17,6 +17,7 @@ class Litecli < Formula
depends_on "python-tabulate"
depends_on "python@3.9"
depends_on "six"
uses_from_macos "sqlite"
@ -45,11 +46,6 @@ class Litecli < Formula
sha256 "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
end
resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
end
resource "sqlparse" do
url "https://files.pythonhosted.org/packages/32/fe/8a8575debfd924c8160295686a7ea661107fc34d831429cce212b6442edb/sqlparse-0.4.2.tar.gz"
sha256 "0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"

View File

@ -192,7 +192,7 @@
"exclude_packages": ["six"]
},
"litecli": {
"exclude_packages": ["tabulate"]
"exclude_packages": ["six", "tabulate"]
},
"localstack": {
"exclude_packages": ["six", "tabulate"]