Download:
child 220:4c0ce2a34d92
parent 218:e7db503ad13d
219:2f20aff2389c
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 18:58:38 +0800
pipelines: install libffi-dev for compiling cryptography

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 18:46:51 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 18:58:38 2016 +0800
@@ -5,7 +5,7 @@
- step:
script:
- apt-get update && apt-get install -y
- build-essential python-dev python-virtualenv
+ build-essential libffi-dev python-dev python-virtualenv
- virtualenv ./venv
- ./venv/bin/pip install ansible
- ansible --version