Tried following which broke python:
pact install python-setuptools python-ming
pact install libxml2-devel libxslt-devel libyaml-devel
curl -skS https://bootstrap.pypa.io/get-pip.py | python
First I removed what was installed and including python, and reinstalled without python-setuptools:
pact remove python-setuptools python-ming python libxml2-devel libxslt-devel libyaml-devel
pact install python libxml2-devel libxslt-devel libyaml-devel
python
# Still broken
pact remove python-setuptools python-ming python libxml2-devel libxslt-devel libyaml-devel
pact -i install python
# Still broken
Hm... After all those tries it broke the python ;(