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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8d07b0fe59edac2cc93859fe6cd022cfc97756b0">https://github.com/macports/macports-ports/commit/8d07b0fe59edac2cc93859fe6cd022cfc97756b0</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 8d07b0fe59e py-sniffio: Add missing build dep (setuptools_scm)
</span>8d07b0fe59e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8d07b0fe59edac2cc93859fe6cd022cfc97756b0
</span>Author: Eric A. Borisch <eborisch@macports.org>
AuthorDate: Tue Oct 15 08:44:41 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-sniffio: Add missing build dep (setuptools_scm)
</span>---
 python/py-sniffio/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sniffio/Portfile b/python/py-sniffio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94f38a445c4..f5453d85a88 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sniffio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sniffio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,4 +26,5 @@ checksums           rmd160  7ed50a618aea4898d388add3e4bb0ebb411e8c2c \
</span> 
 if {${name} ne ${subport}} {
     python.pep517   yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:py${python.version}-setuptools_scm
</span> }
</pre><pre style='margin:0'>

</pre>