Is there a way to install python-future with RHSCL?
I'm looking into migrating python 2.7 code to python 3 for our air-gapped RHEL7.4 system's eventual migration to RHEL 8.
I've managed to install rh-python38 and 2to3 and six through RHSCL in the system, but I can't seem to find a way to install python-future. I've read about EPEL and want to know if that's a viable option.
If there isn't a way, are there any alternatives? Also, if there's an in-depth guide on porting python2 to python3 for RHEL 7?