From d32339aa353ec88194f24e0d79cb1107ee9ab16b Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 6 Apr 2017 23:21:37 +0100 Subject: [PATCH] certbot: add missing argparse resource pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by certbot --- Formula/certbot.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/certbot.rb b/Formula/certbot.rb index 0b8ab50969..2ecf06ef02 100644 --- a/Formula/certbot.rb +++ b/Formula/certbot.rb @@ -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"