use os package py3-cryptography

This commit is contained in:
Robert Kaussow 2021-02-18 17:01:14 +01:00
parent 59d74db8f2
commit 60b78b0db2
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -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',

View File

@ -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: eff4b5e9103801d0ac2f4631f6695092a4c2a5430c04621fece336c2a31bc5eb
hmac: b6dde7da5760761e8d35affa9c641d0753fdb096a9e5a9af1e3d4e8fdaed25e7
...