package/python-botocore: drop docutils dependency
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 18 Apr 2021 20:06:01 +0000 (22:06 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 20 Apr 2021 19:29:41 +0000 (21:29 +0200)
docutils is not a dependency since version 1.18.0 and
https://github.com/boto/botocore/commit/dd24dd1b2ee8654ae0cf6aebce4a2f50ea7d75f5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/python-botocore/Config.in

index a552900b6cb49f3cabeeaa5c61b2f492246291af..f34d774f952d6d7c6ac66fdf2f5ef8108c1ddb1c 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PYTHON_BOTOCORE
        bool "python-botocore"
        select BR2_PACKAGE_PYTHON_JMESPATH # runtime
-       select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
        select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
        select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
        help