pythonPackages.cryptography: add missing dependency
This commit is contained in:
parent
71021a825d
commit
d2608c63fd
1 changed files with 1 additions and 1 deletions
|
@ -4028,7 +4028,7 @@ in modules // {
|
|||
};
|
||||
|
||||
buildInputs = [ pkgs.openssl self.pretend self.cryptography_vectors
|
||||
self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis1 ]
|
||||
self.iso8601 self.pyasn1 self.pytest_29 self.py self.hypothesis1 self.pytz ]
|
||||
++ optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.Security;
|
||||
propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules modules.sqlite3 pytz ]
|
||||
++ optional (pythonOlder "3.4") self.enum34;
|
||||
|
|
Loading…
Reference in a new issue