summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/python/python-futures_3.0.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
index 3eb18829f..c85fc56b8 100644
--- a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
+++ b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
@@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406
12S = "${WORKDIR}/futures-${PV}" 12S = "${WORKDIR}/futures-${PV}"
13 13
14inherit setuptools 14inherit setuptools
15
16BBCLASSEXTEND = "native"