Config.in 281 B

123456789
  1. config BR2_PACKAGE_PYTHON_S3TRANSFER
  2. bool "python-s3transfer"
  3. select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
  4. # runtime, not needed for python3:
  5. select BR2_PACKAGE_PYTHON_FUTURES if BR2_PACKAGE_PYTHON
  6. help
  7. An Amazon S3 Transfer Manager.
  8. https://github.com/boto/s3transfer