pythonPackages.cryptography: fix missing dependency

+1 -1
+1 -1
pkgs/top-level/python-packages.nix
··· 4059 buildInputs = [ pkgs.openssl self.pretend self.cryptography_vectors 4060 self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis1 ] 4061 ++ optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.Security; 4062 - propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules modules.sqlite3 ] 4063 ++ optional (pythonOlder "3.4") self.enum34; 4064 4065 # IOKit's dependencies are inconsistent between OSX versions, so this is the best we
··· 4059 buildInputs = [ pkgs.openssl self.pretend self.cryptography_vectors 4060 self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis1 ] 4061 ++ optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.Security; 4062 + propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules modules.sqlite3 pytz ] 4063 ++ optional (pythonOlder "3.4") self.enum34; 4064 4065 # IOKit's dependencies are inconsistent between OSX versions, so this is the best we