python-jmespath is a dependency of azure-cli and I'm working to backport azure-cli in BZ 2077853. Could you please branch and build python-jmespath in epel9? If you would like help maintaining the package, I am happy to help. Thanks!
I made a PR to remove the nose dependency for EPEL9: https://src.fedoraproject.org/rpms/python-jmespath/pull-request/7
Now that the PR is merged, we should be good to request the branch and start a build. I don't have permission to do that. Would you be able to do that, Kevin? Thank you!
Hum... python3-jmespath seems to be in rhel9? (well, centos 9 stream anyhow): python3-jmespath-0.9.4-11.el9.noarch.rpm
Darn, I'm sorry for wasting your time, Kevin. 🤦🏻♂️ I don't know how I missed this one when I started doing the backports. [root@86ebafe41f95 /]# cat /etc/redhat-release CentOS Stream release 9 [root@86ebafe41f95 /]# dnf -q info python3-jmespath Available Packages Name : python3-jmespath Version : 0.9.4 Release : 11.el9 Architecture : noarch Size : 50 k Source : python-jmespath-0.9.4-11.el9.src.rpm Repository : appstream Summary : JSON Matching Expressions URL : https://github.com/jmespath/jmespath.py License : MIT Description : JMESPath allows you to declaratively specify how to extract elements from : a JSON document.