pythonPackages.pysaml2: 3.0.2 -> 4.6.5
Also run tests and hardcode path to xmlsec1.
This commit is contained in:
committed by
Robert Schütz
parent
3027e4b736
commit
06c08984ae
@@ -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 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user