package/python-serial: add host variant

This will be needed by the upcoming python-kflash package.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
[Thomas: split from a larger patch from Damien Le Moal]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Damien Le Moal 2022-05-30 21:19:54 +02:00 committed by Thomas Petazzoni
parent 1b298db82f
commit d35ba17409

View File

@ -12,3 +12,4 @@ PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
PYTHON_SERIAL_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))