From 842ff6318dc0a44ac3319345e58d079b55322c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Fri, 13 Dec 2024 12:17:39 +0100 Subject: [PATCH] gnuradio: no longer uses click-plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We (upstream GNU Radio) removed the dependency on click-plugins as of release v3.10.11.0 (commit ID was ed33469). Hence, removing that dependency from the formula. Signed-off-by: Marcus Müller --- Formula/g/gnuradio.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Formula/g/gnuradio.rb b/Formula/g/gnuradio.rb index bfdd91676b419..c58e546a3455c 100644 --- a/Formula/g/gnuradio.rb +++ b/Formula/g/gnuradio.rb @@ -67,7 +67,6 @@ class Gnuradio < Formula # # The following are paths where packages are used: # * click - gr-utils/modtool/cli/ - # * click-plugins - gr-utils/modtool/cli/base.py # * jsonschema - grc/blocks/json_config.block.yml # * lxml - grc/converter/xml.py # * mako - grc/ @@ -86,11 +85,6 @@ class Gnuradio < Formula sha256 "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" end - resource "click-plugins" do - url "https://files.pythonhosted.org/packages/5f/1d/45434f64ed749540af821fd7e42b8e4d23ac04b1eda7c26613288d6cd8a8/click-plugins-1.1.1.tar.gz" - sha256 "46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b" - end - resource "jsonschema" do url "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz" sha256 "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"