holland-backup / holland

Holland Backup Manager
http://hollandbackup.org
Other
152 stars 49 forks source link

holland-common python2-subprocess32 dependency #303

Closed rhodesn closed 4 years ago

rhodesn commented 4 years ago

I don't know who manages the specfile, however the python2-subprocess32 dependency prevents holland from being installed on Amazon Linux 2 as the python2-subprocess32 package is not present in the repos.

Seeing as the split functionality is disabled if the subprocess32 module is not available, is it necessary to have it as a hard install dependency?

soulen3 commented 4 years ago

My understanding is that Amazon includes EPEL as one of it's default repos. So it should be able to pull the subprocess32 package from there. Make sure you're using the EL7 version of EPEL and not EL6.

python2 is EOL and I'm hopping to get python3 version rolled out soon. So there probably won't be much traction on this issue.

rhodesn commented 4 years ago

On CentOS7 the package is provided by the base channel, not EPEL. I can't see the package in either EPEL6 or EPEL7.

Thanks, I wasn't sure what the status of the python3 release was; seems I should wait for that.

soulen3 commented 4 years ago

Ah, I didn't realize subprocess32 was in base.