package/python-argon2-cffi: drop python2 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-02-09 17:51:01 +01:00 committed by Yann E. MORIN
parent 8c08ac2eb3
commit f11a922b3b

View File

@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_ARGON2_CFFI
depends on BR2_USE_MMU # libargon2
depends on !BR2_STATIC_LIBS # libargon2
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_LIBARGON2
help