1 { lib, buildPythonPackage, fetchPypi, future, lxml }:
3 buildPythonPackage rec {
9 sha256 = "3bc3709c735ebb3f98f19e96c8887868f4671077d4808076cfc5445912633881";
12 propagatedBuildInputs = [ future lxml ];
14 # No tests included in PyPI tarball
18 description = "Python MAVLink interface and utilities";
19 homepage = "https://github.com/ArduPilot/pymavlink";
20 license = licenses.lgpl3;
21 maintainers = with maintainers; [ lopsided98 ];