Skip to content

Commit

Permalink
Replaced dependency gps with pynmea2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Mar 3, 2024
1 parent e42f2fd commit ca7e62e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leads_raspberry_pi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

if not _find_spec("RPi"):
raise ImportError("Please install `RPi.GPIO` to run this module\n>>>apt install python3-rpi.gpio")
if not _find_spec("gps"):
raise ImportError("Please install `gps` to run this module\n>>>pip install gps")
if not _find_spec("pynmea2"):
raise ImportError("Please install `pynmea2` to run this module\n>>>pip install pynmea2")
if not _find_spec("serial"):
Expand Down

0 comments on commit ca7e62e

Please sign in to comment.