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:
parent
89d40665b2
commit
5f890d753f
@ -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*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user