14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
25 hash = "sha256-XIL2rejPp/5zaPFuWHgn696sugNB3E/BRc7DuP0oI4Q=";
28 build-system = [ setuptools ];
30 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "webauthn" ];
42 description = "Implementation of the WebAuthn API";
43 homepage = "https://github.com/duo-labs/py_webauthn";
44 changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md";
45 license = licenses.bsd3;