On Thursday, May 28, 2020 at 4:47:51 PM UTC-7, David wrote: > > Hi Vince, > I could force the rpm installation, but was hoping to get the WeeWX rpm > file fixed since this will be an ongoing issue. > > Given people are all volunteers, you might be waiting a while for any particular fix in a packaged variant to be made available...
If you want to do it short-term, roll your own rpm with 'rpmbuild' from the sources and remove the dependency. An alternate way would be to cook up a bogus rpm that 'provides /usr/bin/python' (but actually does nothing). Install that manually and your rpmdb will have the dependency expectation met. There's a tool called "fpm" that makes this pretty easy to do. But if it's me, I'd just force the rpm to install and run the distributed version.... -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9e391add-0fc0-4181-91ef-25d422cb3cec%40googlegroups.com.
