1 { lib, fetchPypi, buildPythonPackage, requests, hidapi }:
3 buildPythonPackage rec {
4 pname = "python-u2flib-host";
9 sha256 = "02pwafd5kyjpc310ys0pgnd0adff1laz18naxxwsfrllqafqnrxb";
12 propagatedBuildInputs = [ requests hidapi ];
14 # Tests fail: "ValueError: underlying buffer has been detached"
18 description = "Python based U2F host library";
19 homepage = "https://github.com/Yubico/python-u2flib-host";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ jluttine ];