Installation on Fedora 35 with python 3.10

Hi,

I just installed Fedora 35, which has python 3.10.1.
Installation with dnf through copr does not work, as it seems obspy 1.2.2 requires python 3.9:

[root@isla ~]# dnf install python3-obspy
Copr repo for obspy owned by qulogic 8.2 kB/s | 3.3 kB 00:00
Error:
Problem: conflicting requests

  • nothing provides python3.9dist(decorator) needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(lxml) needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(requests) needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(setuptools) needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(sqlalchemy) needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python(abi) = 3.9 needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(future) >= 0.12.4 needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(matplotlib) >= 1.1 needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(numpy) >= 1.6.1 needed by python3-obspy-1.2.2-1.fc33.x86_64
  • nothing provides python3.9dist(scipy) >= 0.9 needed by python3-obspy-1.2.2-1.fc33.x86_64
    (try to add ‘–skip-broken’ to skip uninstallable packages)

It would be great if you could fix this.

I see that I asked the same question regarding Fedora 32 a year and a half ago (Aug 20), perhaps you could add info to the Fedora installation page on when obspy is available for new Fedora releases? This happens twice a year, so I understand that it may a bit of a pain…

Best regards,
Björn

Sorry, copr does not auto-rebuild at branch time, so I tend to forget about it.

I’ve had to backport many many patches, but this should now be working again.

Thanks, works as a charm now!
/Björn