python3Packages.aws-adfs: loosen fido2 version constraint

This commit is contained in:
Vincent Haupert 2021-04-07 13:43:11 +02:00
parent 7b36a1ad09
commit 0e489fbc97
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

@ -44,7 +44,9 @@ buildPythonPackage rec {
# Relax version constraint
postPatch = ''
sed -i 's/coverage < 4/coverage/' setup.py
substituteInPlace setup.py \
--replace 'coverage < 4' 'coverage' \
--replace 'fido2>=0.8.1,<0.9.0' 'fido2>=0.8.1,<1.0.0'
'';
# Test suite writes files to $HOME/.aws/, or /homeless-shelter if unset