Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.adal: drop cryptography requirement

There is no usage of cryptography in that library.

authored by

Martin Weinelt and committed by
Martin Weinelt
37803dde b5393c3f

+4
+4
pkgs/development/python-modules/adal/default.nix
··· 20 20 hash = "sha256-HE8/P0aohoZNeMdcQVKdz6M31FMrjsd7oVytiaD0idI="; 21 21 }; 22 22 23 + postPatch = '' 24 + sed -i '/cryptography/d' setup.py 25 + ''; 26 + 23 27 propagatedBuildInputs = [ 24 28 pyjwt 25 29 python-dateutil