diff mbox series

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

Message ID 20211024181221.2608908-2-raphael.melotte@mind.be
State Superseded
Headers show
Series [1/5] support/testing: add new test for python-botocore | expand

Commit Message

Raphaël Mélotte Oct. 24, 2021, 6:12 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>
---
 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..8aef7cb896 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.