Commit 2696d9c0 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

python-serial: allow to build with Python 3

parent 95e471c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_SERIAL
	bool "python-serial"
	depends on BR2_PACKAGE_PYTHON
	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
	help
	  python-serial is a Python library to access serial ports.