diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb index 90cd318026..2b253b50ea 100644 --- a/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb +++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb | |||
@@ -2,3 +2,7 @@ inherit setuptools | |||
2 | require python-jsonpatch.inc | 2 | require python-jsonpatch.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-re" | 4 | RDEPENDS_${PN} += "${PYTHON_PN}-re" |
5 | |||
6 | SRC_URI += " \ | ||
7 | file://Drop-support-for-EOL-Python-3.3.patch \ | ||
8 | " | ||