mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -14,15 +14,6 @@ class TestPythonGpiozero(TestPythonPackageBase):
|
||||
self.assertRunOk(cmd)
|
||||
|
||||
|
||||
class TestPythonPy2Gpiozero(TestPythonGpiozero):
|
||||
__test__ = True
|
||||
config = TestPythonPackageBase.config + \
|
||||
"""
|
||||
BR2_PACKAGE_PYTHON=y
|
||||
BR2_PACKAGE_PYTHON_GPIOZERO=y
|
||||
"""
|
||||
|
||||
|
||||
class TestPythonPy3Gpiozero(TestPythonGpiozero):
|
||||
__test__ = True
|
||||
config = TestPythonGpiozero.config + \
|
||||
|
||||
Reference in New Issue
Block a user