<pre style='margin:0'>
ra1nb0w (ra1nb0w) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd617153f6ee6d32526826e604d74055fa2139fa">https://github.com/macports/macports-ports/commit/dd617153f6ee6d32526826e604d74055fa2139fa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit dd617153f6ee6d32526826e604d74055fa2139fa
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Mon Jan 17 13:30:52 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> gnuradio: add python six as dep
</span>---
science/gnuradio/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b427be04f3..9a9d626f407 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -303,7 +303,8 @@ if {${subport} eq "gnuradio37"} {
</span> # checked for at configure time, so have to use 'lib' here
depends_lib-append \
port:py${active_python_version_no_dot}-click \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${active_python_version_no_dot}-click-plugins
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${active_python_version_no_dot}-click-plugins \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${active_python_version_no_dot}-six
</span> }
variant uhd description "Install GNU Radio with support for UHD" {
</pre><pre style='margin:0'>
</pre>