Skip to content

Commit

Permalink
offlineimap: use python-certifi formula
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 5, 2023
1 parent 94b5bd9 commit 0108d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Formula/offlineimap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ class Offlineimap < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d1d86aadc53a67390d6077c40de359b8d9bf67a06be8119d856c7dcd4f6a109"
end

depends_on "python-certifi"
depends_on "[email protected]"

uses_from_macos "krb5"

resource "certifi" do
url "https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-2021.10.8.tar.gz"
sha256 "78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"
end

resource "decorator" do
url "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz"
sha256 "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"
Expand Down
3 changes: 3 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@
"ocrmypdf": {
"exclude_packages": ["pillow", "cffi", "pycparser"]
},
"offlineimap": {
"exclude_packages": ["certifi"]
},
"okta-awscli": {
"exclude_packages": ["six"]
},
Expand Down

0 comments on commit 0108d80

Please sign in to comment.