aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-botocore_1.20.51.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-botocore_1.20.51.bb')
-rw-r--r--recipes-devtools/python/python3-botocore_1.20.51.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-botocore_1.20.51.bb b/recipes-devtools/python/python3-botocore_1.20.51.bb
index 93e4eab1..f71db1fc 100644
--- a/recipes-devtools/python/python3-botocore_1.20.51.bb
+++ b/recipes-devtools/python/python3-botocore_1.20.51.bb
@@ -7,4 +7,6 @@ SRC_URI[sha256sum] = "c853d6c2321e2f2328282c7d49d7b1a06201826ba0e7049c6975ab5f22
inherit pypi setuptools3
-RDEPENDS_${PN} += "python3-jmespath python3-dateutil python3-logging"
+RDEPENDS:${PN} += "python3-jmespath python3-dateutil python3-logging"
+
+SRC_URI += "file://0001-Fix-rejecting-URLs-with-unsafe-characters-in-is_vali.patch"