mac: do not require dirmng for successfull build

This commit is contained in:
Cyryl Płotnicki 2019-01-19 10:37:49 +00:00
parent edaa483068
commit 48dfcb5e2d

View file

@ -24,11 +24,11 @@ brew unlink python@2
brew uninstall --ignore-dependencies python@2
brew install numpy
brew link --overwrite numpy
brew install --force dirmngr
set -e
brew update
brew install --force gnupg2
brew install --force dirmngr
brew install python3
brew install mercurial
brew upgrade