From: Thomas Petazzoni Date: Tue, 18 Feb 2014 20:40:10 +0000 (+0100) Subject: python-serial: allow to build with Python 3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2696d9c04528b88a53ddd70f1d625e2fca31a1f8;p=buildroot.git python-serial: allow to build with Python 3 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/python-serial/Config.in b/package/python-serial/Config.in index df26af14cc..72f556756a 100644 --- a/package/python-serial/Config.in +++ b/package/python-serial/Config.in @@ -1,6 +1,6 @@ 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.