From 1b2c5528bd979549fed910f2808a99e747191d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Sun, 24 Oct 2021 21:01:53 +0200 Subject: [PATCH] package/python-botocore: add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The newly-added test uncovered some missing core modules, so add them now. Signed-off-by: Raphaël Mélotte Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/python-botocore/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/python-botocore/Config.in b/package/python-botocore/Config.in index 4df82f614c..51cb660477 100644 --- a/package/python-botocore/Config.in +++ b/package/python-botocore/Config.in @@ -4,6 +4,8 @@ config BR2_PACKAGE_PYTHON_BOTOCORE select BR2_PACKAGE_PYTHON_DATEUTIL # runtime select BR2_PACKAGE_PYTHON_JMESPATH # runtime select BR2_PACKAGE_PYTHON_URLLIB3 # runtime + select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime + select BR2_PACKAGE_PYTHON3_SSL # runtime help Low-level, data-driven core of boto 3.