diff mbox series

[v2,2/5] package/python-botocore: add missing dependencies

Message ID 20211024190154.2613390-1-raphael.melotte@mind.be
State Accepted
Headers show
Series None | expand

Commit Message

Raphaël Mélotte Oct. 24, 2021, 7:01 p.m. UTC
The newly-added test uncovered some missing core modules, so add them
now.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
Changes v1 -> v2:
  - Fix spaces being used instead of tabs.
 package/python-botocore/Config.in | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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.