mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added two extra dependencies that were missing
This commit is contained in:
parent
5bcb74d6a1
commit
2187893ca6
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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=()
|
||||
|
|
Loading…
Add table
Reference in a new issue