package/python-aexpect: new package

This package was initially requested by José Pekkarinen, so he is
assigned as the maintainer for it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni
2022-01-06 00:03:29 +01:00
parent 5b4e139770
commit 63b72a7c15
7 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy3Aexpect(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_AEXPECT=y
"""
sample_scripts = ["tests/package/sample_python_aexpect.py"]
timeout = 30