Skip to content

Commit

Permalink
gr-osmosdr: use system python
Browse files Browse the repository at this point in the history
Closes #54848.

Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
Rylan12 authored and BrewTestBot committed May 22, 2020
1 parent 07fffe9 commit 021596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gr-osmosdr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class GrOsmosdr < Formula
homepage "https://osmocom.org/projects/sdr/wiki/GrOsmoSDR"
url "https://github.com/osmocom/gr-osmosdr/archive/v0.1.4.tar.gz"
sha256 "bcf9a9b1760e667c41a354e8cd41ef911d0929d5e4a18e0594ccb3320d735066"
revision 9
revision 10

bottle do
cellar :any
Expand All @@ -19,7 +19,7 @@ class GrOsmosdr < Formula
depends_on "gnuradio"
depends_on "hackrf"
depends_on "librtlsdr"
depends_on "python"
depends_on :macos # gnuradio uses Python 2
depends_on "uhd"

resource "Cheetah" do
Expand Down

0 comments on commit 021596c

Please sign in to comment.