<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/da8b9e407c111426a2d585979f7e13985101a207">https://github.com/macports/macports-ports/commit/da8b9e407c111426a2d585979f7e13985101a207</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new da8b9e4  py-sh: add build dep setuptools
</span>da8b9e4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit da8b9e407c111426a2d585979f7e13985101a207
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Sun Mar 5 16:57:39 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-sh: add build dep setuptools
</span>---
 python/py-sh/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sh/Portfile b/python/py-sh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a6648e2..1c451fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,5 +24,8 @@ checksums           rmd160  5d2cd8b9c903d343dfecc00165a8088231713eeb \
</span> python.versions     26 27 33 34 35
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     livecheck.type  none
 }
</pre><pre style='margin:0'>

</pre>