From: Alfredo Deza Date: Mon, 3 Nov 2014 16:53:42 +0000 (-0500) Subject: skip installing python deps for the bindings job X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51a5c7c02cfe80a397f1b9b95db4002be9460a79;p=ceph-build.git skip installing python deps for the bindings job Signed-off-by: Alfredo Deza --- diff --git a/python-bindings/config/definitions/python-bindings.yml b/python-bindings/config/definitions/python-bindings.yml index cb9deab2..39138eab 100644 --- a/python-bindings/config/definitions/python-bindings.yml +++ b/python-bindings/config/definitions/python-bindings.yml @@ -67,8 +67,9 @@ - rhel7 builders: - - shell: - !include-raw ensure_python_dependencies.sh + # XXX Skipping python dependencies for now + #- shell: + # !include-raw ensure_python_dependencies.sh - shell: !include-raw build.sh #- shell: "venv/bin/amauta python-bindings"