diff --git a/recipes-devtools/python/python3-flake8_3.5.0.bb b/recipes-devtools/python/python3-flake8_3.5.0.bb index d91a3fe..e1f4d7a 100644 --- a/recipes-devtools/python/python3-flake8_3.5.0.bb +++ b/recipes-devtools/python/python3-flake8_3.5.0.bb @@ -19,3 +19,5 @@ RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ ${PYTHON_PN}-mccabe \ ${PYTHON_PN}-pep8 \ ${PYTHON_PN}-pyflakes" + +BBCLASSEXTEND = "native"