Skip to content

Commit

Permalink
gnuradio: no longer uses click-plugins
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marcusmueller committed Dec 13, 2024
1 parent 93aa5e6 commit 842ff63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Formula/g/gnuradio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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"
Expand Down

0 comments on commit 842ff63

Please sign in to comment.