Commit 1f4ba020 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/python-cryptography: backport OpenSSL 3.0 support.

parent 4a7eaf34
......@@ -12,6 +12,11 @@ recipe = zc.recipe.egg:custom
egg = cryptography
environment = python-cryptography-env
setup-eggs = ${python-cffi:egg}
# f08a7de651f9e6475c8c0a67d2a61ed8b669ddf6 [WIP] 3.0.0 support (#5250)
# 50ec692749b7e2e62685b443f5e629627b03987e remove unneeded binding (#6150)
# 77fb53c75e47f50e09b1b3be3a4d10c7e4e34dc2 3.0.0 deprecated func and it isn't useful to us in general (#6148)
cryptography-patches = ${:_profile_base_location_}/cryptography-3.3.2-openssl-3.0.patch#9b1ba07643945952b00fc57719555ea7
cryptography-patch-options = -p0
library-dirs =
${openssl:location}/lib/
rpath =
......
......@@ -171,7 +171,7 @@ collective.recipe.template = 2.0
configparser = 4.0.2:whl
contextlib2 = 0.6.0.post1
croniter = 0.3.25
cryptography = 3.3.2
cryptography = 3.3.2+SlapOSPatched001
dataclasses = 0.8
dateparser = 0.7.6
decorator = 4.3.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment