Skip to content

Commit

Permalink
remarshal: fix PyYAML dep to compile with py37
Browse files Browse the repository at this point in the history
Without this, PyYAML fails to compile on Python 3.7: yaml/pyyaml#126

Closes #33013.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
mdaniel authored and fxcoudert committed Oct 19, 2018
1 parent 6161222 commit 8ecefee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/remarshal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Remarshal < Formula
depends_on "python"

resource "PyYAML" do
url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
url "https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz"
sha256 "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf"
end

resource "pytoml" do
Expand Down

0 comments on commit 8ecefee

Please sign in to comment.