<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65350d4b6505ad887a09b91e75e29f14160026ca">https://github.com/macports/macports-ports/commit/65350d4b6505ad887a09b91e75e29f14160026ca</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 65350d4b6505ad887a09b91e75e29f14160026ca
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Mar 23 06:40:09 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-libsass: add missing build dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/60226
</span>---
 python/py-libsass/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-libsass/Portfile b/python/py-libsass/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 33c7fb7..6d0a6fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-libsass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-libsass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,5 +26,8 @@ python.versions     27 35 36 37 38
</span> if {${name} ne ${subport}} {
     patchfiles-append   patch-darwin_flags.diff
 
<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>