8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.3";
15 inherit pname version;
16 hash = "sha256-0WKmVZwE6OgBckWWvPcn5BYqXMEt6Mr1P68UMHfRp4I=";
23 pythonImportsCheck = [
28 description = "Python implementation of the DroneCAN v1 protocol stack";
30 DroneCAN is a lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus.
32 homepage = "https://dronecan.github.io/";
33 license = licenses.mit;
34 maintainers = [ teams.ororatech ];