From: Marek VavruĊĦa Date: Tue, 10 Feb 2015 22:38:12 +0000 (+0100) Subject: travis: sf cert is invalid, so bottles don't work, return to makedepend X-Git-Tag: v1.0.0-beta1~322^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38778558cd0cc6c71587bf9538d8ce727b42fb2d;p=thirdparty%2Fknot-resolver.git travis: sf cert is invalid, so bottles don't work, return to makedepend --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 500990a57..0cc0c85b8 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -16,7 +16,8 @@ install -d ${PREFIX}/{lib,libexec,include,bin,sbin,man,share,etc,info,doc,var} DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRRAVIS_OS_NAME}-cache.tar.lzma" PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls" if [ "${TRAVIS_OS_NAME}" == "osx" ]; then - brew install python + brew install --force makedepend + brew install --force python brew link --overwrite python pip install --upgrade pip pip install -r ${PIP_PKGS}