gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept
GNU General Public License v3.0
22 stars 16 forks source link

GRC: shebang correctly / make only executable what will be executed #227

Closed marcusmueller closed 2 years ago

marcusmueller commented 2 years ago

rpmbuild complained:

*** WARNING: ./usr/lib/python3.10/site-packages/gnuradio/grc/compiler.py is executable but has no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.10/site-packages/gnuradio/grc/main.py is executable but has no shebang, removing executable bit
*** ERROR: ambiguous python shebang in /usr/bin/gnuradio-companion: #!/usr/bin/env python. Change it to python3 (or python2) explicitly.

Signed-off-by: Marcus Müller mmueller@gnuradio.org