mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add EE support (#440)
* Add EE files.
* Install cryptography and PyOpenSSL from PyPi.
* Revert "Install cryptography and PyOpenSSL from PyPi."
This reverts commit 6b90a1efae.
* Only run test when cryptography has a new enough version.
* And another one.
* Extend changelog.
This commit is contained in:
10
meta/ee-bindep.txt
Normal file
10
meta/ee-bindep.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cryptsetup [platform:dpkg]
|
||||
cryptsetup [platform:rpm]
|
||||
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]
|
||||
1
meta/ee-requirements.txt
Normal file
1
meta/ee-requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
PyYAML
|
||||
5
meta/execution-environment.yml
Normal file
5
meta/execution-environment.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
version: 1
|
||||
dependencies:
|
||||
python: meta/ee-requirements.txt
|
||||
system: meta/ee-bindep.txt
|
||||
Reference in New Issue
Block a user