Skip to content

Commit

Permalink
python-cryptography: FIX missing pytz dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchm committed Aug 31, 2016
1 parent d2fd6c1 commit 78e9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -4062,7 +4062,7 @@ in modules // {
buildInputs = [ pkgs.openssl self.pretend self.cryptography_vectors
self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis1 ]
++ optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.Security;
propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules modules.sqlite3 ]
propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 pytz cffi pyasn1-modules modules.sqlite3 ]
++ optional (pythonOlder "3.4") self.enum34;

# IOKit's dependencies are inconsistent between OSX versions, so this is the best we
Expand Down

0 comments on commit 78e9bc7

Please sign in to comment.