I tried installing opensips-cli-0.4.0.20260701.bf40cc4-1.el8.noarch from the official repository and ran into the following error.
$ cat /etc/redhat-release
Rocky Linux release 8.10 (Green Obsidian)
$ $ uname -a
Linux poc-rtpe-01 4.18.0-553.148.1.el8_10.x86_64 #1 SMP Tue Jul 28 13:11:07 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
$ sudo dnf install https://yum.opensips.org/3.6/releases/el/8/x86_64/opensips-yum-releases-3.6-6.el8.noarch.rpm
$ sudo dnf install opensips-cli
Last metadata expiration check: 2:40:23 ago on Fri 31 Jul 2026 05:30:38 AM UTC.
Error:
Problem: conflicting requests
- nothing provides python3-sqlalchemy >= 1.3.16 needed by opensips-cli-0.4.0.20260701.bf40cc4-1.el8.noarch from opensips-cli
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
The python3-sqlalchemy package available in the AppStream repository for RHEL8 and compatible OS (AlmaLinux8, Rocky Linux 8 and others) is version 1.3.2, which falls short of the required version.
Would it be possible to lower the minimum dependency version to 1.3.2 in the spec file for RHEL8, similar to what was done in 1ce38b5 ?
If not, is there a known workaround?
I tried installing opensips-cli-0.4.0.20260701.bf40cc4-1.el8.noarch from the official repository and ran into the following error.
The python3-sqlalchemy package available in the AppStream repository for RHEL8 and compatible OS (AlmaLinux8, Rocky Linux 8 and others) is version 1.3.2, which falls short of the required version.
Would it be possible to lower the minimum dependency version to 1.3.2 in the spec file for RHEL8, similar to what was done in 1ce38b5 ?
If not, is there a known workaround?