summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-pyyaml_3.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-pyyaml_3.11.bb')
-rw-r--r--recipes-devtools/python/python-pyyaml_3.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyyaml_3.11.bb b/recipes-devtools/python/python-pyyaml_3.11.bb
index cb1db8c6..ecb1719a 100644
--- a/recipes-devtools/python/python-pyyaml_3.11.bb
+++ b/recipes-devtools/python/python-pyyaml_3.11.bb
@@ -25,6 +25,8 @@ SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b
25 25
26S = "${WORKDIR}/${SRCNAME}-${PV}" 26S = "${WORKDIR}/${SRCNAME}-${PV}"
27 27
28DEFAULT_PREFERENCE = "-1"
29
28inherit setuptools 30inherit setuptools
29 31
30DEPENDS += "libyaml python-cython-native" 32DEPENDS += "libyaml python-cython-native"