python3Packages.solo-python: mark package as broken

solo-python currently does not support fido2 >= v0.9. Hence, we mark the
package as broken until upstream intoduces support. Starting point to
track this issue: https://github.com/solokeys/solo-python/issues/110.
This commit is contained in:
Vincent Haupert 2021-04-07 20:19:29 +02:00
parent 0e489fbc97
commit c1c43413d6
No known key found for this signature in database
GPG Key ID: A8B605E96F82B4E4
1 changed files with 3 additions and 0 deletions

View File

@ -60,5 +60,8 @@
homepage = "https://github.com/solokeys/solo-python";
maintainers = with maintainers; [ wucke13 ];
license = with licenses; [ asl20 mit ];
# solo-python v0.0.27 does not support fido2 >= v0.9
# https://github.com/solokeys/solo-python/issues/110
broken = true;
};
}