Skip to content

Commit

Permalink
sickchill: depend on python-typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jul 23, 2023
1 parent c413fc1 commit 3f85fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Formula/sickchill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Sickchill < Formula
depends_on "cffi"
depends_on "openssl@3"
depends_on "pycparser"
depends_on "python-typing-extensions"
depends_on "python@3.11"
depends_on "pyyaml"
depends_on "six"
Expand Down Expand Up @@ -366,11 +367,6 @@ class Sickchill < Formula
sha256 "a8665525fa8b7aaf1e15fc3eec18b6f181582e25468830f300ab3809dbe948fe"
end

resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/3c/8b/0111dd7d6c1478bf83baa1cab85c686426c7a6274119aceb2bd9d35395ad/typing_extensions-4.7.1.tar.gz"
sha256 "b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"
end

resource "Unidecode" do
url "https://files.pythonhosted.org/packages/0b/25/37c77fc07821cd06592df3f18281f5e716bc891abd6822ddb9ff941f821e/Unidecode-1.3.6.tar.gz"
sha256 "fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830"
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"exclude_packages": ["pyyaml", "six"]
},
"sickchill": {
"exclude_packages": ["cffi", "pycparser", "PyYAML", "six"]
"exclude_packages": ["cffi", "pycparser", "PyYAML", "six", "typing-extensions"]
},
"snakefmt": {
"exclude_packages": [
Expand Down

0 comments on commit 3f85fb1

Please sign in to comment.