8000 dstack: depend on python-pytz · ArduinoBot/homebrew-core@98aa2b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98aa2b7

Browse files
dstack: depend on python-pytz
1 parent e6d603d commit 98aa2b7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Formula/d/dstack.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Dstack < Formula
2626
depends_on "pygments"
2727
depends_on "python-certifi"
2828
depends_on "python-cryptography"
29+
depends_on "python-pytz"
2930
depends_on "python-typing-extensions"
3031
depends_on "python@3.11"
3132
depends_on "pyyaml"
@@ -478,11 +479,6 @@ class Dstack < Formula
478479
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
479480
end
480481

481-
resource "pytz" do
482-
url "https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d/pytz-2023.3.tar.gz"
483-
sha256 "1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"
484-
end
485-
486482
resource "referencing" do
487483
url "https://files.pythonhosted.org/packages/e1/43/d3f6cf3e1ec9003520c5fb31dc363ee488c517f09402abd2a1c90df63bbb/referencing-0.30.2.tar.gz"
488484
sha256 "794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"

pypi_formula_mappings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"package_name": "dstack[aws,azure,gcp,lambda]",
282282
"exclude_packages": [
283283
"certifi", "cffi", "cryptography", "protobuf", "pycparser", "Pygments",
284-
"PyYAML", "six", "typing-extensions"
284+
"PyYAML", "six", "typing-extensions", "pytz"
285285
]
286286
},
287287
"duplicity": {

0 commit comments

Comments
 (0)
0