aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyserial/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-03 09:09:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:31:19 +0700
commit0f70df48ca143a2eb3604de9ed501db7fd659a82 (patch)
treedc21f599923d2bcd961c622da6ca66d5fae311be /python/python3-pyserial/README
parente4d7f1e0db82e71cae70434b3669d5c0f24e7a0a (diff)
python/python3-pyserial: Removed (use pyserial).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyserial/README')
-rw-r--r--python/python3-pyserial/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python3-pyserial/README b/python/python3-pyserial/README
deleted file mode 100644
index 09add54e81c1f..0000000000000
--- a/python/python3-pyserial/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This module encapsulates the access for the serial port. It provides
-backends for Python3 running on Windows, OSX, Linux, BSD (possibly any
-POSIX compliant system) and IronPython.
-
-The module named "serial" automatically selects the appropriate backend.