16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-0D+yIovlYw8dfDUeW+vcualbvmLs+IySkTpmHwk2meM=";
28 build-system = [ setuptools ];
40 # does not contain tests
43 pythonImportsCheck = [ "bitbox02" ];
46 description = "Firmware code of the BitBox02 hardware wallet";
47 homepage = "https://github.com/digitalbitbox/bitbox02-firmware/";
48 changelog = "https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-${version}/CHANGELOG.md";
49 license = licenses.asl20;