12 buildPythonPackage rec {
15 disabled = pythonOlder "3";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 sha256 = "sha256-Ts0zKnQg1EaBNB9xQmzOpEVwDSFwHNjIhEP1jTwEOFI=";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "webauthn" ];
38 homepage = "https://github.com/duo-labs/py_webauthn";
39 description = "Implementation of the WebAuthn API";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ SuperSandro2000 ];