# HG changeset patch # User Mike Miller # Date 1491588905 25200 # Node ID a1fb6575f6ddcf6124e26c1c2678918e2524ab86 # Parent aa76e98a1a3e5b1b94914545fa2eee5c3d3fd1f6 ci: add missing Python development dependencies * bitbucket-pipelines.yml: Install Python 2 and 3 development libraries. diff -r aa76e98a1a3e -r a1fb6575f6dd bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml Fri Apr 07 10:47:45 2017 -0700 +++ b/bitbucket-pipelines.yml Fri Apr 07 11:15:05 2017 -0700 @@ -5,6 +5,7 @@ - step: script: - apt-get update + - apt-get install -y python-dev python3-dev - apt-get install -y libboost-python-dev python-numpy python3-numpy - autoreconf -i - mkdir -p py2 py3