fix: remove opendroneid dependency incompatible with Python 3.11

The opendroneid package caps at Python <3.11, breaking Docker builds on
the current python:3.11-slim base image. The package is unused — drone
Remote ID parsing is handled natively via scapy and struct in
utils/drone/remote_id.py.

Closes #214

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-05-09 15:10:06 +01:00
parent 5048711acb
commit c73d02f76c
-1
View File
@@ -30,7 +30,6 @@ meshtastic>=2.0.0
# Deauthentication attack detection (optional - for WiFi TSCM)
scapy>=2.4.5
opendroneid>=1.0
# QR code generation for Meshtastic channels (optional)
qrcode[pil]>=7.4