fermitools / cigetcert

Get an X.509 certificate with SAML ECP and store proxies.
Other
2 stars 6 forks source link

RHEL9 and current Fedora no longer provide python2 #70

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

https://github.com/fermitools/cigetcert/blob/master/cigetcert appears to be a python2 application.

This should probably be updated for python3 support.

DrDaveD commented 2 years ago

What leads you to think that? python3 was enabled for el8 in the latest release 1.19-2.

jcpunk commented 2 years ago

https://github.com/fermitools/cigetcert/blob/master/cigetcert#L1

This looks like it points to the python2 location.

DrDaveD commented 2 years ago

Oh, but it works with either version of python. The rpm package uses a bash script that invokes python3 on el8.

jcpunk commented 2 years ago

Ahh, I was just running a search for obsolete paths in the top of various files before packaging.