diff --git a/programming/language/python3/python3-cryptography/actions.py b/programming/language/python3/python3-cryptography/actions.py
index 5912719b29..d9b5ce5d74 100644
--- a/programming/language/python3/python3-cryptography/actions.py
+++ b/programming/language/python3/python3-cryptography/actions.py
@@ -12,6 +12,8 @@ from pisi.actionsapi import pisitools
def build():
# suppress compiler warnings
pisitools.cflags.add("-Wno-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare")
+ # fix unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.cd("docs")
diff --git a/programming/language/python3/python3-cryptography/pspec.xml b/programming/language/python3/python3-cryptography/pspec.xml
index 8b13f6accc..436a485940 100644
--- a/programming/language/python3/python3-cryptography/pspec.xml
+++ b/programming/language/python3/python3-cryptography/pspec.xml
@@ -13,7 +13,7 @@
library
Cryptographic recipes for Python3
A package designed to expose cryptographic recipes and primitives to Python developers
- https://github.com/pyca/cryptography/archive/2.9.tar.gz
+ https://github.com/pyca/cryptography/archive/2.9.1.tar.gz
python3-setuptools
python3-devel
@@ -49,6 +49,13 @@
+
+ 2020-04-22
+ 2.9.1
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-04-07
2.9