From: Marek VavruĊĦa Date: Fri, 20 Nov 2015 10:12:04 +0000 (+0100) Subject: scripts: updated bootstrap script X-Git-Tag: v1.0.0-beta2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2d0e5382e72c776b1c809bf5d6debaec6d059ba;p=thirdparty%2Fknot-resolver.git scripts: updated bootstrap script --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index c9921fc89..54dbba86d 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -78,7 +78,7 @@ function pkg { } # travis-specific -PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls Jinja2" +PIP_PKGS="dnspython==1.11 cpp-coveralls Jinja2" if [ "${TRAVIS_OS_NAME}" == "osx" ]; then DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRAVIS_OS_NAME}-cache.tar.gz" curl "${DEPEND_CACHE}" > cache.tar.gz && tar -xz -C ${HOME} -f cache.tar.gz || true