diff mbox series

[1/2] package/python-sqliteschema: drop python-six dependency

Message ID 20220125213242.301404-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/2] package/python-sqliteschema: drop python-six dependency | expand

Commit Message

Fabrice Fontaine Jan. 25, 2022, 9:32 p.m. UTC
python-six is not a dependency since version 1.0.0 and
https://github.com/thombashi/sqliteschema/commit/3aae6a0bb6d4b11ef2c83cb23a796a320ea422da
which dropped python 2 support

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-sqliteschema/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Arnout Vandecappelle Feb. 5, 2022, 10:52 p.m. UTC | #1
On 25/01/2022 22:32, Fabrice Fontaine wrote:
> python-six is not a dependency since version 1.0.0 and
> https://github.com/thombashi/sqliteschema/commit/3aae6a0bb6d4b11ef2c83cb23a796a320ea422da
> which dropped python 2 support
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Both applied to master, thanks.

  Peter, this one is for 2021.11.

  Regards,
  Arnout

> ---
>   package/python-sqliteschema/Config.in | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/python-sqliteschema/Config.in b/package/python-sqliteschema/Config.in
> index 8383647129..b8fed33c49 100644
> --- a/package/python-sqliteschema/Config.in
> +++ b/package/python-sqliteschema/Config.in
> @@ -1,9 +1,8 @@
>   config BR2_PACKAGE_PYTHON_SQLITESCHEMA
>   	bool "python-sqliteschema"
> -	depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
> +	depends on BR2_PACKAGE_PYTHON3
>   	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
>   	select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
> -	select BR2_PACKAGE_PYTHON_SIX # runtime
>   	select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
>   	select BR2_PACKAGE_PYTHON_TYPEPY # runtime
>   	help
Peter Korsgaard Feb. 16, 2022, 10:18 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > python-six is not a dependency since version 1.0.0 and
 > https://github.com/thombashi/sqliteschema/commit/3aae6a0bb6d4b11ef2c83cb23a796a320ea422da
 > which dropped python 2 support

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.11.x, thanks.
diff mbox series

Patch

diff --git a/package/python-sqliteschema/Config.in b/package/python-sqliteschema/Config.in
index 8383647129..b8fed33c49 100644
--- a/package/python-sqliteschema/Config.in
+++ b/package/python-sqliteschema/Config.in
@@ -1,9 +1,8 @@ 
 config BR2_PACKAGE_PYTHON_SQLITESCHEMA
 	bool "python-sqliteschema"
-	depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
 	select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
-	select BR2_PACKAGE_PYTHON_SIX # runtime
 	select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
 	select BR2_PACKAGE_PYTHON_TYPEPY # runtime
 	help