From 4459b65f1736ed4769c56bef52f1a23c71ba5df4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 18 Feb 2021 17:01:14 +0100 Subject: [PATCH] use os package py3-cryptography --- .drone.jsonnet | 2 +- .drone.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index dc811e6..27cd237 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -208,7 +208,7 @@ local PipelineBuildContainer(arch='amd64') = { name: 'build', image: 'python:3.9-alpine', commands: [ - 'apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git', + 'apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git', 'git fetch -tq', 'pip install poetry poetry-dynamic-versioning -qq', 'poetry config virtualenvs.create false', diff --git a/.drone.yml b/.drone.yml index dd48b90..996ff91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -227,7 +227,7 @@ steps: - name: build image: python:3.9-alpine commands: - - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git + - apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git - git fetch -tq - pip install poetry poetry-dynamic-versioning -qq - poetry config virtualenvs.create false @@ -307,7 +307,7 @@ steps: - name: build image: python:3.9-alpine commands: - - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git + - apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git - git fetch -tq - pip install poetry poetry-dynamic-versioning -qq - poetry config virtualenvs.create false @@ -387,7 +387,7 @@ steps: - name: build image: python:3.9-alpine commands: - - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git + - apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git - git fetch -tq - pip install poetry poetry-dynamic-versioning -qq - poetry config virtualenvs.create false @@ -637,6 +637,6 @@ depends_on: --- kind: signature -hmac: 6e27f34ae00ed411555b14cb63cca3fb7e9d3c752fff7ed75ed21e21110f83ba +hmac: 1ac06f636f77d3d0d46e7c90190fd44ca0234e38d632d62cc528e039537adab8 ...