9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-3+BECLV0JeJlOKa0vZd/dyObyM5hiGF0VnsaJD98PXY=";
19 propagatedBuildInputs = [
24 # No tests included in PyPI tarball. We cannot use the GitHub tarball because
25 # we would like to use the same commit of the mavlink messages repo as
26 # included in the PyPI tarball, and there is no easy way to determine what
30 pythonImportsCheck = [ "pymavlink" ];
33 description = "Python MAVLink interface and utilities";
34 homepage = "https://github.com/ArduPilot/pymavlink";
35 license = with licenses; [
39 maintainers = with maintainers; [ lopsided98 ];