11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 sha256 = "0mx7bn1p3n0fxyxa82wg3c719hby7vqkxv57fhf7zvhlg2zfnr0v";
23 propagatedBuildInputs = [
35 # API breakage with pyfakefs>=5.0
36 "pyu2f/tests/hid/linux_test.py"
40 description = "U2F host library for interacting with a U2F device over USB";
41 homepage = "https://github.com/google/pyu2f";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ prusnak ];