python-pynacl: upgrade to version 1.6.1

Drop 'six' requirement (no longer needed).
python-setuptools/host needed for build.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-11-13 15:50:19 +02:00
committed by Alexandru Ardelean
parent 909b2ee5a0
commit 1f70e73e5b

View File

@@ -1,17 +1,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pynacl
PKG_VERSION:=1.5.0
PKG_RELEASE:=3
PKG_VERSION:=1.6.1
PKG_RELEASE:=1
PYPI_NAME:=PyNaCl
PKG_HASH:=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
PYPI_NAME:=pynacl
PKG_HASH:=8d361dac0309f2b6ad33b349a56cd163c98430d409fa503b10b70b3ad66eaa1d
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=1.4.1
PKG_BUILD_DEPENDS:=python3-setuptools/host libffi/host python-cffi/host # cffi>=1.4.1
PYTHON3_PKG_BUILD_VARS:=SODIUM_INSTALL=system
@@ -25,7 +25,7 @@ define Package/python3-pynacl
SUBMENU:=Python
TITLE:=Python binding to the libsodium library
URL:=https://github.com/pyca/pynacl/
DEPENDS:=+libsodium +python3-light +python3-cffi +python3-six
DEPENDS:=+libsodium +python3-light +python3-cffi
endef
define Package/python3-pynacl/description