sysutils/py-salt: Add missing cryptography dependancy

Add cryptography to PYTHON_USES.
Salt requires the cryptography library, and will happily
fill up /var/log/salt with backtraces in the minion log
if it doesn't have it.

PR:	284715
Approved by:	0mp (mentor)
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D50530
This commit is contained in:
fullermd@over-yonder.net 2025-05-26 09:42:28 +02:00 committed by Xavier Beaudouin
parent 89d40665b2
commit 5f890d753f

View File

@ -1,6 +1,6 @@
PORTNAME= salt
PORTVERSION= 3006.9
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
@ -33,7 +33,7 @@ USES= cpe python
CPE_VENDOR= saltstack
CPE_PRODUCT= salt
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist cryptography distutils
NO_ARCH= yes
CONFLICTS= py[0-9]*-salt-2019*