Skip to content

Commit

Permalink
Attempting to resolve error citing missing module when installing fro…
Browse files Browse the repository at this point in the history
…m brew (#62)
  • Loading branch information
RobMRodriguez authored Oct 12, 2023
1 parent c2a81eb commit 0becd0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/secureli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ class Secureli < Formula
url "https://files.pythonhosted.org/packages/31/ab/46bec149bbd71a4467a3063ac22f4486ecd2ceb70ae8c70d5d8e4c2a7946/urllib3-2.0.4.tar.gz"
sha256 "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
end


resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
end

def install
virtualenv_install_with_resources
Expand Down

0 comments on commit 0becd0f

Please sign in to comment.