diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-itsdangerous.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-itsdangerous.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc index 73951fa561..84f9e7742d 100644 --- a/meta-python/recipes-devtools/python/python-itsdangerous.inc +++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc | |||
@@ -7,3 +7,8 @@ SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" | |||
7 | SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" | 7 | SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" |
8 | 8 | ||
9 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
10 | |||
11 | RDEPENDS_${PN} += " \ | ||
12 | ${PYTHON_PN}-simplejson \ | ||
13 | ${PYTHON_PN}-netclient \ | ||
14 | " | ||