Added two extra dependencies that were missing

This commit is contained in:
Joseph Hall 2011-03-14 12:28:01 -06:00
parent 5bcb74d6a1
commit 2187893ca6

View file

@ -9,7 +9,9 @@ url="https://github.com/thatch45/salt"
license=("APACHE")
depends=('python2'
'pyzmq'
'python-m2crypto')
'python-m2crypto'
'python-yaml'
'pycrypto')
makedepends=()
optdepends=()
options=()