pythonPackages.pysaml2: 3.0.2 -> 4.6.5

Also run tests and hardcode path to xmlsec1.
This commit is contained in:
nyanloutre
2019-01-11 11:16:36 +01:00
committed by Robert Schütz
parent 3027e4b736
commit 06c08984ae
3 changed files with 65 additions and 44 deletions

View File

@@ -3528,7 +3528,9 @@ in {
pysam = callPackage ../development/python-modules/pysam { };
pysaml2 = callPackage ../development/python-modules/pysaml2 { };
pysaml2 = callPackage ../development/python-modules/pysaml2 {
inherit (pkgs) xmlsec;
};
python-pushover = callPackage ../development/python-modules/pushover {};