MACscr - 2015-12-01

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-dns
Downloading/unpacking python-dns
  Could not find any downloads that satisfy the requirement python-dns
Cleaning up...
No distributions at all found for python-dns
Storing debug log for failure in /root/.pip/pip.log
root@mx1:~# cat /root/.pip/pip.log
------------------------------------------------------------
/usr/bin/pip run on Mon Nov 30 18:57:01 2015
Downloading/unpacking python-dns
  Getting page https://pypi.python.org/simple/python-dns/
  Could not fetch URL https://pypi.python.org/simple/python-dns/: 404 Client Error: Not Found
  Will skip URL https://pypi.python.org/simple/python-dns/ when looking for download links for python-dns
  Getting page https://pypi.python.org/simple/
  URLs to search for versions for python-dns:
  * https://pypi.python.org/simple/python-dns/
  Getting page https://pypi.python.org/simple/python-dns/
  Could not fetch URL https://pypi.python.org/simple/python-dns/: 404 Client Error: Not Found
  Will skip URL https://pypi.python.org/simple/python-dns/ when looking for download links for python-dns
  Could not find any downloads that satisfy the requirement python-dns
Cleaning up...
  Removing temporary dir /tmp/pip_build_root...
No distributions at all found for python-dns
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1178, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 277, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for python-dns
root@mx1:~#