diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 163ea37fd9..718bbabcf3 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" | |||
11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" | 11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" |
12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" | 12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" |
13 | 13 | ||
14 | CLEANBROKEN = "1" | ||
15 | |||
14 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS_${PN} += "\ |
15 | ${PYTHON_PN}-io \ | 17 | ${PYTHON_PN}-io \ |
16 | ${PYTHON_PN}-threading \ | 18 | ${PYTHON_PN}-threading \ |