diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-15 14:02:55 +0200 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-15 14:02:55 +0200 |
commit | cd445b69b2caa7205f4e1c368aa2c6bf8c2d7692 (patch) | |
tree | 6ac87a68fc8cba448e2446bc3bc03e2b65f728b2 | |
parent | f4088df3576ab7c9acda2efdc7c4321f01ac612f (diff) |
Add PyYAML as a dependency in the Homebrew port.
-rwxr-xr-x | build-homebrew-formula.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |