From ccae17a26a07593d21f322717bf2d31e706b7d07 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 15 Aug 2016 15:42:33 -0400 Subject: python-monotonic: fix RDEPENDS for minimal python install Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-monotonic_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-monotonic_1.2.bb b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb index 66183ef6f..e5c88b154 100644 --- a/meta-python/recipes-devtools/python/python-monotonic_1.2.bb +++ b/meta-python/recipes-devtools/python/python-monotonic_1.2.bb @@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "c0e1ceca563ca6bb30b0fb047ee1002503ae6ad3585fc9c6af37a8f77e inherit pypi setuptools -RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-re" +RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-io ${PYTHON_PN}-re ${PYTHON_PN}-threading" -- cgit v1.2.3-54-g00ecf