then I do
zypper in gr-osmosdr-0.1.4+git.20170611-10.7.x86_64.rpm python-gr-osmosdr-0.1.4+git.20170611-10.7.x86_64.rpm libgnuradio-osmosdr-0_1_5git0_0_0-0.1.4+git.20170611-10.7.x86_64.rpm gnuradio-3.7.12.0-22.13.x86_64.rpm libgnuradio-osmosdr-0_1_5git0_0_0-0.1.4+git.20170611-10.7.x86_64.rpm
Problem: nothing provides libgnuradio-pmt-3.7.12.0.so.0.0.0()(64bit) needed by libgnuradio-osmosdr-0_1_5git0_0_0-0.1.4+git.20170611-10.7.x86_64
Solution 1: do not install libgnuradio-osmosdr-0_1_5git0_0_0-0.1.4+git.20170611-10.7.x86_64
Solution 2: break libgnuradio-osmosdr-0_1_5git0_0_0-0.1.4+git.20170611-10.7.x86_64 by ignoring some of its dependencies
you should have added the repository and installed gnuradio with zypper not rpm
as there is an older version provided in the OSS repo I guess you want the latest
there are 2 community repo’s providing gnuradio the hamradio and hardware:sdr repo’s unless you have a good reason I’d avoid user repo’s
try (for hardware:sdr repo)
zypper ar -f http://download.opensuse.org/repositories/hardware:/sdr/openSUSE_Leap_42.3/hardware:sdr.repo
zypper in gnuradio
the above will download the latest version of gnuradio if it’s not installed if you already have an earlier version installed you need to use the version tab from yast or the --from switch with zypper or use the version number in the zypper in (zypper in gnuradio-3.7.12.0)
no need to download separate packages and hustle with rpm dependencies