package/python-pynacl: fix sort order of dependencies in Config.in

Updated package as computed by scanpypi.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 50922517f7c3f8c35f1683aab10c33e95f79fe29)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-12-21 23:34:38 +01:00
committed by Thomas Perale
parent f805100bb4
commit 0e97bf50e6

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_PYTHON_PYNACL
bool "python-pynacl"
select BR2_PACKAGE_LIBSODIUM
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_LIBSODIUM
help
Python binding to the Networking and Cryptography (NaCl)
library.