From cd445b69b2caa7205f4e1c368aa2c6bf8c2d7692 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 15 Jul 2016 14:02:55 +0200 Subject: Add PyYAML as a dependency in the Homebrew port. --- build-homebrew-formula.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py index 2579a3c..f8adb7b 100755 --- a/build-homebrew-formula.py +++ b/build-homebrew-formula.py @@ -39,6 +39,11 @@ class CryptechAlpha < Formula sha256 "d657051249ce3cbd0446bcfb2be07a435e1029da4d63f53ed9b4cdde7373364c" end + resource "PyYAML" do + url "http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz" + sha256 "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8" + end + def install # Installation is a bit complex due to the way Homebrew handles -- cgit v1.2.3