treewide: openssl_1_1 pinning is unnecessary

This commit is contained in:
Robin Gloster
2019-08-23 02:02:50 +02:00
parent c7e75df21f
commit 2cc05be907
5 changed files with 10 additions and 22 deletions
@@ -1,4 +1,4 @@
{ python37, openssl_1_1
{ python37, openssl
, callPackage }:
# To expose the *srht modules, they have to be a python module so we use `buildPythonModule`
@@ -23,16 +23,6 @@ let
todosrht = self.callPackage ./todo.nix { };
scmsrht = self.callPackage ./scm.nix { };
# OVERRIDES
cryptography = super.cryptography.override {
openssl = openssl_1_1;
};
pyopenssl = super.pyopenssl.override {
openssl = openssl_1_1;
};
};
};
in with python.pkgs; {