From: Marek VavruĊĦa Date: Fri, 20 Nov 2015 10:19:32 +0000 (+0100) Subject: scripts: pip depends X-Git-Tag: v1.0.0-beta2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4606a8ad86d22513e13c3a8fc98c3180786f300d;p=thirdparty%2Fknot-resolver.git scripts: pip depends --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 54dbba86d..097827228 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -86,12 +86,12 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install --force makedepend python libtasn1 || true brew link --overwrite python || true pip install --upgrade pip || true - pip install -r ${PIP_PKGS} + pip install ${PIP_PKGS} pkg cwrap ${CWRAP_URL} ${CWRAP_TAG} lib/pkgconfig/socket_wrapper.pc fi if [ "${TRAVIS_OS_NAME}" == "linux" ]; then pkg cwrap ${CWRAP_URL} ${CWRAP_TAG} lib/pkgconfig/socket_wrapper.pc - pip install --user ${USER} -r ${PIP_PKGS} || true + pip install --user ${USER} ${PIP_PKGS} || true rm ${HOME}/.cache/pip/log/debug.log || true fi