A recent update seems to be trying to install python-dns with pip, yet that package doesnt exist. A quick google doesnt show it with that format name either.
root@mx1:~# pip install python-dnsDownloading/unpackingpython-dnsCouldnotfindanydownloadsthatsatisfytherequirementpython-dnsCleaningup...Nodistributionsatallfoundforpython-dnsStoringdebuglogforfailurein/root/.pip/pip.logroot@mx1:~# cat /root/.pip/pip.log------------------------------------------------------------/usr/bin/piprunonMonNov3018:57:012015Downloading/unpackingpython-dnsGettingpagehttps://pypi.python.org/simple/python-dns/CouldnotfetchURLhttps://pypi.python.org/simple/python-dns/:404ClientError:NotFoundWillskipURLhttps://pypi.python.org/simple/python-dns/whenlookingfordownloadlinksforpython-dnsGettingpagehttps://pypi.python.org/simple/URLstosearchforversionsforpython-dns:*https://pypi.python.org/simple/python-dns/Gettingpagehttps://pypi.python.org/simple/python-dns/CouldnotfetchURLhttps://pypi.python.org/simple/python-dns/:404ClientError:NotFoundWillskipURLhttps://pypi.python.org/simple/python-dns/whenlookingfordownloadlinksforpython-dnsCouldnotfindanydownloadsthatsatisfytherequirementpython-dnsCleaningup...Removingtemporarydir/tmp/pip_build_root...Nodistributionsatallfoundforpython-dnsExceptioninformation:Traceback(mostrecentcalllast):File"/usr/lib/python2.7/dist-packages/pip/basecommand.py",line122,inmainstatus=self.run(options,args)File"/usr/lib/python2.7/dist-packages/pip/commands/install.py",line278,inrunrequirement_set.prepare_files(finder,force_root_egg_info=self.bundle,bundle=self.bundle)File"/usr/lib/python2.7/dist-packages/pip/req.py",line1178,inprepare_filesurl=finder.find_requirement(req_to_install,upgrade=self.upgrade)File"/usr/lib/python2.7/dist-packages/pip/index.py",line277,infind_requirementraiseDistributionNotFound('No distributions at all found for %s'%req)DistributionNotFound:Nodistributionsatallfoundforpython-dnsroot@mx1:~#
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A recent update seems to be trying to install python-dns with pip, yet that package doesnt exist. A quick google doesnt show it with that format name either.