gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] aiogps is supported only fro python >= 3.6


From: Sanjeev Gupta
Subject: [PATCH 1/4] aiogps is supported only fro python >= 3.6
Date: Sun, 22 Dec 2019 22:36:32 +0800

Update install doc to match the check in SConstruct
---
 INSTALL.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.adoc b/INSTALL.adoc
index 53a9968a5..b8ac305e6 100644
--- a/INSTALL.adoc
+++ b/INSTALL.adoc
@@ -111,7 +111,7 @@ python-gi, python-gobject, python-cairo, etc.  The packages 
also need
 the underlying system libraries (GTK, GLib, etc.)
 
 The asynchronous python module (gps/aiogps.py) and its example client
-(example_aiogps.py) require Python 3.5+.
+(example_aiogps.py) require Python 3.6+.
 
 See below for more specific module requirements in the individual
 distribution instructions.
-- 
2.24.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]