From 6b90a1efaefe8a12f6e75f98dd6f5d2ed06695d1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Apr 2022 09:36:48 +0200 Subject: [PATCH] Install cryptography and PyOpenSSL from PyPi. --- meta/ee-bindep.txt | 4 ---- meta/ee-requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/ee-bindep.txt b/meta/ee-bindep.txt index 2a4fbe1b..5de4a1ab 100644 --- a/meta/ee-bindep.txt +++ b/meta/ee-bindep.txt @@ -4,7 +4,3 @@ openssh-client [platform:dpkg] openssh-clients [platform:rpm] openssl [platform:dpkg] openssl [platform:rpm] -python3-cryptography [platform:dpkg] -python3-cryptography [platform:rpm] -python3-openssl [platform:dpkg] -python3-pyOpenSSL [platform:rpm] diff --git a/meta/ee-requirements.txt b/meta/ee-requirements.txt index 5500f007..5d0a0e84 100644 --- a/meta/ee-requirements.txt +++ b/meta/ee-requirements.txt @@ -1 +1,3 @@ +cryptography >= 36.0.2 +PyOpenSSL >= 22.0.0 PyYAML