14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-zt4G45nJjtU2/tbYpCEgjaoA+Xtpe9g2OpQaxfMzCb8=";
26 propagatedBuildInputs = [
36 # does not contain tests
39 pythonImportsCheck = [
44 description = "Firmware code of the BitBox02 hardware wallet";
45 homepage = "https://github.com/digitalbitbox/bitbox02-firmware/";
46 changelog = "https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-${version}/CHANGELOG.md";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ ];