Installing dependencies for python-kerberos with different package managers (Portage, pkg, OpenCSW, Pacman) and OS X

Hi everyone,

I’m writing a pull request to update the dependencies for installing the python-kerberos library [pip python-kerberos] and running the kinit/klist commands.

I’ve confirmed the dependencies for yum and apt-get, but don’t have access to other platforms. My current (hastily compiled) list consists of:

Via Portage (Gentoo)
emerge -av app-crypt/mit-krb5
emerge -av dev-python/setuptools

Via pkg (FreeBSD)
sudo pkg install security/krb5

Via OpenCSW (Solaris)
pkgadd -d http://get.opencsw.org/now
/opt/csw/bin/pkgutil -U
/opt/csw/bin/pkgutil -y -i libkrb5_3

Via Pacman (Arch Linux)
pacman -S krb5

Can anyone who uses any of these confirm, deny, or expand upon what I have? Thanks!