For some reason my Centos 6 (running in a Vagrant box) won't find any httplib2 package, while it definitely looks like it exists.
vagrant@localhost ~ $ yum search httplib
Loaded plugins: fastestmirror, security
Determining fastest mirrors
* base: be.mirror.guru
* extras: be.mirror.guru
* updates: be.mirror.guru
Warning: No matches found for: httplib
No Matches found
vagrant@localhost ~ $ sudo yum install python-httplib2
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: be.mirror.guru
* extras: be.mirror.guru
* updates: be.mirror.guru
No package python-httplib2 available.
Error: Nothing to do
Other packages (git for instance) can be found without any issue. What am I missing ?