26 buildPythonPackage rec {
31 src = fetchFromGitHub {
32 owner = "labgrid-project";
35 hash = "sha256-rW9peT4zoPzVR6Kl/E8G4qBig/x/lvxpCtvNtwIIL+U=";
57 pythonRemoveDeps = [ "pyserial-labgrid" ];
59 pythonImportsCheck = [ "labgrid" ];
71 # flaky, timing sensitive
76 description = "Embedded control & testing library";
77 homepage = "https://github.com/labgrid-project/labgrid";
78 license = licenses.lgpl21Plus;
79 maintainers = with maintainers; [ emantor ];
80 platforms = with platforms; linux;