>> [root at localhost ~]# yum list installed | grep @epel >> python-pip.noarch 7.1.0-1.el7 >> @epel > > OK, and we shouldn't be depending on pip, so we need to figure out why > we're pulling that down. Easiest would be to run on this installed system: rpm -e --test python-pip Cheers, Alan