The package pyserial only requires the python-mini package rather than the full python package. Pyserial requires the python termios module, which is not included in the python-mini
package. This prevents pyserial from being usable without the full
python package. The termios module should be included in python-mini so
that pyserial will be able to work without requiring the full python
package.
Steps to reproduce:
|
|