mirror of https://github.com/pyodide/pyodide.git
28 lines
650 B
YAML
28 lines
650 B
YAML
package:
|
|
name: cryptography
|
|
version: 3.4.8
|
|
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/cc/98/8a258ab4787e6f835d350639792527d2eb7946ff9fc0caca9c3f4cf5dcfe/cryptography-3.4.8.tar.gz
|
|
sha256: 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c
|
|
build:
|
|
cflags: |
|
|
-I$(OPEN_SSL_ROOT)/include/
|
|
-Wno-implicit-function-declaration
|
|
ldflags: |
|
|
-L$(OPEN_SSL_ROOT)/dist/
|
|
script: |
|
|
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
|
requirements:
|
|
run:
|
|
- openssl
|
|
- six
|
|
- cffi
|
|
test:
|
|
imports:
|
|
- cryptography
|
|
- cryptography.fernet
|
|
- cryptography.hazmat
|
|
- cryptography.utils
|
|
- cryptography.x509
|