From 54bd4b58bbaf8e875527baefef46619049855ea2 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 15:32:11 -0700 Subject: [PATCH] DRAFT python3-flake8_3.5.0.bb: BBCLASSEXTEND = "native" --- recipes-devtools/python/python3-flake8_3.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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"