10 buildPythonPackage rec {
11 pname = "python-vipaccess";
15 inherit pname version;
16 hash = "sha256-vBFCRXwZ91C48GuOet2Obbo7gM02M2c9+7rhp0l6w54=";
19 propagatedBuildInputs = [
25 nativeCheckInputs = [ pytest ];
26 # test_check_token_detects_valid_hotp_token,
27 # test_check_token_detects_valid_totp_token and
28 # test_check_token_detects_invlaid_token require network
30 mv vipaccess vipaccess.hidden
31 pytest tests/ -k 'not test_check_token'
35 description = "A free software implementation of Symantec's VIP Access application and protocol";
36 homepage = "https://github.com/dlenski/python-vipaccess";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ aw ];