diff --git a/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch b/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch index e2f10c1..99ecd18 100644 --- a/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch +++ b/0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch @@ -62,7 +62,7 @@ index ee9311e..ba42c34 100644 +# enough to trigger the SELinux denial. +# This hack prevents the import by raising an ImportError. + -+sys.modules['request.packages.urllib3.contrib.pyopenssl'] = None ++sys.modules['requests.packages.urllib3.contrib.pyopenssl'] = None + from ipalib import api from ipalib.config import Env