diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:54:34 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-01 22:54:34 +0100 |
commit | a3ea23c19511f457791fae60eb3848cd57452180 (patch) | |
tree | 67425fc5201d361f835b19fc4301f8fd3f07e5b6 /packages | |
parent | 59fbb0c608103b07e86ec0201cefa9c488584820 (diff) |
gnuradio: revert my fixes because mwester pushed it faster
This reverts commit a2332c470608fd94df2118eba9ee59c2143bfb60.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index 51524e43c6..087dde0774 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -2,15 +2,11 @@ DESCRIPTION = "GNU Radio" SECTION = "apps" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native python-numpy" +DEPENDS = " guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-nativei python-numpy" -RDEPENDS_${PN} = "python-core python-audio python-threading \ - python-codecs python-lang python-textutils \ - python-shell python-pickle python-compiler \ - python-pkgutil python-pydoc python-mmap \ - python-netclient python-unittest python-difflib \ - python-pprint python-numpy \ - " +RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs python-lang python-textutils python-shell python-pickle python-comp +iler python-pkgutil python-pydoc python-mmap python-netclient python-unittest py +thon-difflib python-pprint python-numpy" RDEPENDS_gnuradio-usrp = "python-core" |