16 buildPythonPackage rec {
17 pname = "solo-python";
21 disabled = pythonOlder "3.6";
23 src = fetchFromGitHub {
27 hash = "sha256-XVPYr7JwxeZfZ68+vQ7a7MNiAfJ2bvMbM3R1ryVJ+OU=";
34 propagatedBuildInputs = [
49 pythonImportsCheck = [
58 description = "Python tool and library for SoloKeys Solo 1";
59 homepage = "https://github.com/solokeys/solo1-cli";
60 maintainers = with maintainers; [ wucke13 ];
61 license = with licenses; [ asl20 mit ];
62 # not compatible with fido2 >= 1.0.0
63 # https://github.com/solokeys/solo1-cli/issues/157
64 broken = versionAtLeast fido2.version "1.0.0";