Skip to content

Commit

Permalink
pythonPackages.pyjwt: use cryptography instead of pycrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 7, 2017
1 parent 6a55b52 commit 969651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -20601,7 +20601,7 @@ in {
};

buildInputs = with self; [ pytestrunner pytestcov pytest coverage ];
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
propagatedBuildInputs = with self; [ cryptography ecdsa ];

# We don't need this specific version
postPatch = ''
Expand Down

0 comments on commit 969651a

Please sign in to comment.