summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/privacyidea/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.privacyidea: fix eval with python3Maximilian Bosch2021-05-091-4/+4
| | | | | | | | | | | | | | | While `privacyidea-ldap-proxy` only works on `python2`[1], `privacyidea` itself works fine with `python3`, however it needs version one of `pyjwt`[2], so I had to add `pyjwt1` which was already packaged for `python2`[3] to the `python3` package-set. I think that's fine though since `python2` should be only used when actually needed which isn't the case here. Closes #122250 [1] https://github.com/privacyidea/privacyidea-ldap-proxy/issues/50 [2] https://github.com/privacyidea/privacyidea/issues/2629 [3] bf9b6b1ef3dffa6f08ed16003630e1ce94361c1e
* python3Packages.privacyIDEA: 3.5.1 -> 3.5.2Maximilian Bosch2021-04-021-2/+9
| | | | ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.5.2/Changelog#L1
* privacyIDEA: 3.3 -> 3.5.1Maximilian Bosch2021-03-191-8/+23
| | | | ChangeLog: https://github.com/privacyidea/privacyidea/blob/v3.5.1/Changelog
* privacyidea: address reviewsRobin Gloster2020-05-091-0/+51