7 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "yoctoproject";
15 hash = "sha256-YPY3sNuZ/TASNBPH94iqG6AuBRq5KjioKiuxAcu94+I=";
18 propagatedBuildInputs = with python3Packages; [ six ];
20 # tests fail only on hydra.
24 description = "BMAP Tools";
25 homepage = "https://github.com/yoctoproject/bmaptool";
26 license = licenses.gpl2Only;
27 maintainers = [ maintainers.dezgeg ];
28 platforms = platforms.linux;
29 mainProgram = "bmaptool";