Sfoglia il codice sorgente

package/python-botocore: add missing dependencies

The newly-added test uncovered some missing core modules, so add them
now.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Raphaël Mélotte 3 anni fa
parent
commit
1b2c5528bd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      package/python-botocore/Config.in

+ 2 - 0
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.