blob: 0a59447adbc5aa0520c643c7f1e24c1f31a8ae0c [file] [log] [blame]
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy2Gobject(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_PYTHON_GOBJECT=y
"""
sample_scripts = ["tests/package/sample_python_gobject.py"]