8 buildPythonPackage rec {
9 pname = "yubico-client";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "e3b86cd2a123105edfacad40551c7b26e9c1193d81ffe168ee704ebfd3d11162";
18 propagatedBuildInputs = [ requests ];
20 # pypi package missing test_utils and github releases is behind
24 description = "Verifying Yubico OTPs based on the validation protocol version 2.0";
25 homepage = "https://github.com/Kami/python-yubico-client/";
26 maintainers = with maintainers; [ peterromfeldhk ];
27 license = licenses.bsd3;