kumquat-buildroot/package/python-packaging/Config.in
Asaf Kahlon e636c321c5 package/python-packaging: depend on python3
The latest version of this package requires python 3.6+.
The only reverse dependency, pytest, already requires python3.

Fixes:
 - http://autobuild.buildroot.net/results/217157f4dd9fd56d0a13d47e6373f4c478f26757/

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
[yann.morin.1998@free.fr: add note about pytest]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-03 21:29:07 +02:00

9 lines
223 B
Plaintext

config BR2_PACKAGE_PYTHON_PACKAGING
bool "python-packaging"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_PYPARSING # runtime
help
Core utilities for Python packages.
https://github.com/pypa/packaging