diff mbox series

[1/1] package/python-botocore: drop docutils dependency

Message ID 20210418200601.3474244-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/python-botocore: drop docutils dependency | expand

Commit Message

Fabrice Fontaine April 18, 2021, 8:06 p.m. UTC
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>
---
 package/python-botocore/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN April 20, 2021, 7:31 p.m. UTC | #1
Fabrice, All,

On 2021-04-18 22:06 +0200, Fabrice Fontaine spake thusly:
> 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>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python-botocore/Config.in | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/python-botocore/Config.in b/package/python-botocore/Config.in
> index a552900b6c..f34d774f95 100644
> --- a/package/python-botocore/Config.in
> +++ b/package/python-botocore/Config.in
> @@ -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
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard April 26, 2021, 12:34 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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>

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/python-botocore/Config.in b/package/python-botocore/Config.in
index a552900b6c..f34d774f95 100644
--- a/package/python-botocore/Config.in
+++ b/package/python-botocore/Config.in
@@ -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