From 917a4c53edeb770a9ee611935174ce4b38916e25 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Fri, 24 May 2019 20:57:17 -0700 Subject: [PATCH] DRAFT [morty] python-pyperclip.inc: BBCLASSEXTEND = "native" --- recipes-devtools/python/python-pyperclip.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-pyperclip.inc b/recipes-devtools/python/python-pyperclip.inc index e05de67..259fdc8 100644 --- a/recipes-devtools/python/python-pyperclip.inc +++ b/recipes-devtools/python/python-pyperclip.inc @@ -10,3 +10,5 @@ inherit pypi RDEPENDS_${PN} += " \ ${PYTHON_PN}-ctypes \ " + +BBCLASSEXTEND = "native"