14 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
36 pythonImportsCheck = [ "imgtool" ];
39 description = "MCUboot's image signing and key management";
40 mainProgram = "imgtool";
41 homepage = "https://github.com/mcu-tools/mcuboot";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ samueltardieu ];