diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-decorator.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-decorator_4.0.10.bb | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc index c1fdfac44b..9264cef439 100644 --- a/meta-python/recipes-devtools/python/python-decorator.inc +++ b/meta-python/recipes-devtools/python/python-decorator.inc | |||
@@ -13,3 +13,7 @@ SRC_URI[md5sum] = "434b57fdc3230c500716c5aff8896100" | |||
13 | SRC_URI[sha256sum] = "9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070" | 13 | SRC_URI[sha256sum] = "9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070" |
14 | 14 | ||
15 | inherit pypi | 15 | inherit pypi |
16 | |||
17 | RDEPENDS_${PN} += "\ | ||
18 | ${PYTHON_PN}-stringold \ | ||
19 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb index f262168467..2a2b455f56 100644 --- a/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb +++ b/meta-python/recipes-devtools/python/python-decorator_4.0.10.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-decorator.inc | 2 | require python-decorator.inc |
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" | ||