9 buildPythonPackage rec {
10 pname = "python-u2flib-host";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "02pwafd5kyjpc310ys0pgnd0adff1laz18naxxwsfrllqafqnrxb";
19 propagatedBuildInputs = [
24 # Tests fail: "ValueError: underlying buffer has been detached"
28 description = "Python based U2F host library";
29 homepage = "https://github.com/Yubico/python-u2flib-host";
30 license = licenses.bsd2;
31 maintainers = with maintainers; [ jluttine ];