Skip to content

Commit

Permalink
cryptography (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 31, 2025
1 parent 5ba7db0 commit 6002782
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/recipes_emscripten/cryptography/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@ source:
- patches/0001-Tell-rust-lang-libc-that-time_t-is-64-bits.patch

build:
number: 3
number: 0

requirements:
build:
- "${{compiler('cxx')}}"
- cross-python_${{target_platform}}
- cffi == 1.15.1
- cffi
- openssl
- setuptools-rust
- rust

host:
- python
- openssl
- cffi == 1.15.1
- cffi
run:
- cffi == 1.15.1
- cffi
tests:
- script: pytester
requirements:
Expand All @@ -38,4 +39,4 @@ tests:
- pytester-run
files:
recipe:
- test_import_cryptography.py
- test_import_cryptography.py

0 comments on commit 6002782

Please sign in to comment.