package/gobject-introspection: depend on python3
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Feb 2020 21:31:42 +0000 (13:31 -0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 22 Feb 2020 21:40:32 +0000 (22:40 +0100)
commit6da6cb2c312c6b22f1c2af2b9068d2e68baffa09
treead12ab32efce9b094ce77e61199945fe25696322
parent1e035d765f69575c938e80e063dd817311298a14
package/gobject-introspection: depend on python3

Currently, the Config.in file has the line:
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON

This line is incorrect as gobject-introspection does not support python2.
Instead, remove the select line and make python3 a dependency with a new
message that explains that gobject-introspection requires python3.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[yann.morin.1998@free.fr:
  - move the explanations from the commit log to the code
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gobject-introspection/Config.in