salt 3002.6
parent
58b2a31386
commit
4b0e15b944
|
@ -3,8 +3,8 @@ class Salt < Formula
|
||||||
|
|
||||||
desc "Dynamic infrastructure communication bus"
|
desc "Dynamic infrastructure communication bus"
|
||||||
homepage "https://s.saltstack.com/community/"
|
homepage "https://s.saltstack.com/community/"
|
||||||
url "https://files.pythonhosted.org/packages/b4/e4/2a5e35c1613dd7aeec2c338344640af4b31c6f05f39eac8fa0ad7cb63211/salt-3002.5.tar.gz"
|
url "https://files.pythonhosted.org/packages/c7/5d/5e4913197397fe0a8da43a93afa0981dda72c016710deb458d5c0e963c77/salt-3002.6.tar.gz"
|
||||||
sha256 "c8ab404335104351066ec1bcc42278aa77e24aaacc308603939d75aba05519af"
|
sha256 "ffc478569363e1d17b6a3a0c421eaae9c079bbeabc4c7725a222d0fbf903a0a5"
|
||||||
license "Apache-2.0"
|
license "Apache-2.0"
|
||||||
head "https://github.com/saltstack/salt.git", branch: "develop", shallow: false
|
head "https://github.com/saltstack/salt.git", branch: "develop", shallow: false
|
||||||
|
|
||||||
|
@ -276,6 +276,6 @@ class Salt < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
assert_match version.to_s, shell_output("#{bin}/salt --version")
|
assert_match "abababa", shell_output("#{bin}/salt-call --local test.version")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -87,7 +87,8 @@
|
||||||
"extra_packages": ["robotframework-archivelibrary", "robotframework-selenium2library", "robotframework-sshlibrary"]
|
"extra_packages": ["robotframework-archivelibrary", "robotframework-selenium2library", "robotframework-sshlibrary"]
|
||||||
},
|
},
|
||||||
"salt": {
|
"salt": {
|
||||||
"extra_packages": ["M2Crypto", "pygit2"]
|
"extra_packages": ["pycryptodome", "pygit2"],
|
||||||
|
"exclude_packages": ["pyobjc"]
|
||||||
},
|
},
|
||||||
"scipy": {
|
"scipy": {
|
||||||
"exclude_packages": ["numpy"]
|
"exclude_packages": ["numpy"]
|
||||||
|
|
Loading…
Reference in New Issue