I'm currently installing python34 and python34-virtualenv using the epel repositories provided by this module.
Current issue experiencing right now is that python34-virtualenv is not available. Checked and there was a minor difference between the epel repo provided by this module and the epel-release package
Changing the mirrorlist url to metalink is able to install python34-virtualenv, as well as setuptools.
Just wanted to raise this if ever a change should be made in this module to change 'mirrorlist' to 'metalink', or if something has changed with the epel repos themselves.
I'm currently installing python34 and python34-virtualenv using the epel repositories provided by this module. Current issue experiencing right now is that python34-virtualenv is not available. Checked and there was a minor difference between the epel repo provided by this module and the epel-release package
[epel provided by this module] mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch
[epel-release package] mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
Changing the mirrorlist url to metalink is able to install python34-virtualenv, as well as setuptools.
Just wanted to raise this if ever a change should be made in this module to change 'mirrorlist' to 'metalink', or if something has changed with the epel repos themselves.