certbot: add missing argparse resource

pkg_resources.DistributionNotFound: The 'argparse' distribution was
not found and is required by certbot
master
Dominyk Tiller 2017-04-06 23:21:37 +01:00 committed by ilovezfs
parent aacb5ab5d0
commit d32339aa35
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class Certbot < Formula
homepage "https://certbot.eff.org/"
url "https://github.com/certbot/certbot/archive/v0.13.0.tar.gz"
sha256 "ef23822043435261750e7a9c1211601b65f9f9a5e634cfbf5011632b0a62edd4"
revision 1
head "https://github.com/certbot/certbot.git"
bottle do
@ -24,6 +26,11 @@ class Certbot < Formula
sha256 "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"
end
resource "argparse" do
url "https://files.pythonhosted.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz"
sha256 "62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4"
end
resource "asn1crypto" do
url "https://files.pythonhosted.org/packages/67/14/5d66588868c4304f804ebaff9397255f6ec5559e46724c2496e0f26e68d6/asn1crypto-0.22.0.tar.gz"
sha256 "cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a"