Skip to content

Commit 5f1daed

Browse files
tridgeclaude
andcommitted
debian: remove python3-pymavlink from dependencies
pymavlink is not available as an apt package, only via pip. Remove it from hard dependencies and add note in description that users must install it via pip. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3ee9ec0 commit 5f1daed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Homepage: https://github.com/ArduPilot/MAVProxy
1515
Package: python3-mavproxy
1616
Architecture: all
1717
Depends: ${python3:Depends}, ${misc:Depends},
18-
python3-pymavlink,
1918
python3-serial,
2019
python3-numpy
2120
Provides: ${python3:Provides}
@@ -29,5 +28,7 @@ Description: A MAVLink protocol proxy and ground station. MAVProxy
2928
for use in the 2012 Outback Challenge, and includes a module for the
3029
CanberraUAV search and rescue system.
3130
.
31+
Requires pymavlink which must be installed via: pip3 install pymavlink
32+
.
3233
See https://ardupilot.org/mavproxy/index.html for more information on how
3334
to use MAVProxy.

0 commit comments

Comments
 (0)