diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyyaml.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc index e9ae85eb0..48ebf73c9 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml.inc +++ b/meta-python/recipes-devtools/python/python-pyyaml.inc | |||
@@ -8,8 +8,8 @@ DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" | |||
8 | PYPI_PACKAGE = "PyYAML" | 8 | PYPI_PACKAGE = "PyYAML" |
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c" | 11 | SRC_URI[md5sum] = "d7e45e932d6e6649ac574a1ed77b4269" |
12 | SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" | 12 | SRC_URI[sha256sum] = "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS_${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |